Skip to content

Commit 6941652

Browse files
committed
🔖 v2.0.3
Auto build
1 parent 88eef2c commit 6941652

14 files changed

+20
-21
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
!.eslintrc.js
22
!jest.config.js
3+
node_modules/
34
dist/
45
__tests__/coverage/

.eslintrc.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/**
22
* @file Manages the root configuration settings for project wide eslint.
3-
* @module eslint/root/configuration
4-
* @see {@link https://eslint.org} for further information.
3+
* @see {@link https://eslint.org} For further information.
54
*/
65

76
module.exports = {

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
!.eslintrc.js
2+
!jest.config.js
13
node_modules/
24
dist/
35
__tests__/coverage/

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ branches:
77
notifications:
88
email: false
99
node_js:
10-
- "10"
11-
- "9"
12-
- "8"
10+
- '10'
11+
- '9'
12+
- '8'
1313
script:
1414
- npm run test:ci
1515
matrix:

dist/attempt-x.esm.js

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/attempt-x.esm.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/attempt-x.js

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/attempt-x.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/attempt-x.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)