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 c2b6857 commit fd2ea19Copy full SHA for fd2ea19
.travis.yml
@@ -1,3 +1,4 @@
1
language: node_js
2
node_js:
3
+ - 4.1
4
- 0.12
package.json
@@ -19,7 +19,7 @@
19
"lint": "eslint src",
20
"lint:demo": "eslint demo/src",
21
"lint:fix": "eslint src --fix",
22
- "test": "eslint ."
+ "test": "npm run lint"
23
},
24
"dependencies": {},
25
"peerDependencies": {
0 commit comments