We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47e1ea0 commit 45cc3edCopy full SHA for 45cc3ed
.travis.yml
@@ -24,6 +24,7 @@ after_success:
24
- npm run coveralls
25
- bash <(curl -s https://codecov.io/bash)
26
- npm run semantic-release
27
+ - npm publish
28
branches:
29
except:
30
- /^v\d+\.\d+\.\d+$/
package.json
@@ -49,7 +49,7 @@
49
"chai": "^4.0.0-canary.1",
50
"coveralls": "^3.0.3",
51
"del": "^3.0.0",
52
- "eslint": "^5.16.0",
+ "eslint": "^4.9.0",
53
"eslint-config-airbnb-base": "^12.1.0",
54
"eslint-plugin-import": "^2.9.0",
55
"istanbul": "^1.1.0-alpha.1",
0 commit comments