Skip to content

Commit 45cc3ed

Browse files
committed
fix(dependency): updated dependencies
1 parent 47e1ea0 commit 45cc3ed

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ after_success:
2424
- npm run coveralls
2525
- bash <(curl -s https://codecov.io/bash)
2626
- npm run semantic-release
27+
- npm publish
2728
branches:
2829
except:
2930
- /^v\d+\.\d+\.\d+$/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"chai": "^4.0.0-canary.1",
5050
"coveralls": "^3.0.3",
5151
"del": "^3.0.0",
52-
"eslint": "^5.16.0",
52+
"eslint": "^4.9.0",
5353
"eslint-config-airbnb-base": "^12.1.0",
5454
"eslint-plugin-import": "^2.9.0",
5555
"istanbul": "^1.1.0-alpha.1",

0 commit comments

Comments
 (0)