File tree 2 files changed +15
-2
lines changed
2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 4
4
- " 6"
5
5
- " 5"
6
6
- " 4"
7
+ - " 0.12"
8
+ - " 0.10"
7
9
8
10
after_script :
9
11
- ' ./node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
Original file line number Diff line number Diff line change 5
5
"main" : " lib/index.js" ,
6
6
"files" : " lib/index.js" ,
7
7
"engines" : {
8
- "node" : " >=4 "
8
+ "node" : " >=0.10 "
9
9
},
10
10
"scripts" : {
11
11
"test" : " eslint --format=node_modules/eslint-formatter-pretty ./src/*.js ./test/*.js && nyc ava" ,
12
12
"clean" : " rm -rf lib && mkdir lib" ,
13
13
"build" : " npm run clean && babel src/index.js --out-file lib/index.js" ,
14
14
"prepublish" : " npm run build" ,
15
- "update" : " updtr && ava-codemods --force"
15
+ "update" : " updtr && ava-codemods --force" ,
16
+ "testen" : " testen -n -- ava"
17
+ },
18
+ "testen" : {
19
+ "node" : [
20
+ " 0.10" ,
21
+ " 0.12" ,
22
+ " 4" ,
23
+ " 5" ,
24
+ " 6"
25
+ ]
16
26
},
17
27
"keywords" : [
18
28
" postcss" ,
54
64
"eslint-plugin-require-path-exists" : " ^1.1.5" ,
55
65
"eslint-plugin-xo" : " ^0.5.0" ,
56
66
"nyc" : " ^6.6.0" ,
67
+ "testen" : " ^1.8.2" ,
57
68
"updtr" : " ^0.1.10"
58
69
},
59
70
"babel" : {
You can’t perform that action at this time.
0 commit comments