Skip to content

Commit

Permalink
🔖 v2.0.3
Browse files Browse the repository at this point in the history
Auto build
  • Loading branch information
Xotic750 committed Jul 14, 2019
1 parent 88eef2c commit 6941652
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 21 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
!.eslintrc.js
!jest.config.js
node_modules/
dist/
__tests__/coverage/
3 changes: 1 addition & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/**
* @file Manages the root configuration settings for project wide eslint.
* @module eslint/root/configuration
* @see {@link https://eslint.org} for further information.
* @see {@link https://eslint.org} For further information.
*/

module.exports = {
Expand Down
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
!.eslintrc.js
!jest.config.js
node_modules/
dist/
__tests__/coverage/
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ branches:
notifications:
email: false
node_js:
- "10"
- "9"
- "8"
- '10'
- '9'
- '8'
script:
- npm run test:ci
matrix:
Expand Down
1 change: 0 additions & 1 deletion dist/attempt-x.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/attempt-x.esm.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions dist/attempt-x.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/attempt-x.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dist/attempt-x.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6941652

Please sign in to comment.