File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
- - 0.10
4
- - 0.12
5
- - iojs
6
3
- 4
7
4
- 5
8
5
- 6
Original file line number Diff line number Diff line change 21
21
"prepublish" : " npm run lint && npm run test && npm run build" ,
22
22
"coveralls" : " cat ./reports/coverage/lcov.info | coveralls" ,
23
23
"lint" : " eslint --config .eslintrc src tests" ,
24
- "lint:fix" : " npm run lint -- fix" ,
25
- "pretest" : " npm run lint" ,
24
+ "lint:fix" : " npm run lint -- -- fix" ,
25
+ "pretest" : " npm run lint:fix " ,
26
26
"test" : " istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/**/*.js -- --compilers js:babel-core/register --reporter dot"
27
27
},
28
28
"devDependencies" : {
39
39
"rimraf" : " ^2.5.2"
40
40
},
41
41
"engines" : {
42
- "node" : " >=0.10 .0"
42
+ "node" : " >=4 .0"
43
43
},
44
44
"license" : " MIT" ,
45
45
"dependencies" : {
You can’t perform that action at this time.
0 commit comments