File tree Expand file tree Collapse file tree 1 file changed +14
-5
lines changed
Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change 55 "url" : " http://gajus.com"
66 },
77 "ava" : {
8+ "files" : [
9+ " test/**/*"
10+ ],
11+ "helpers" : [
12+ " test/helpers/**/*"
13+ ],
814 "require" : [
915 " @babel/register"
16+ ],
17+ "sources" : [
18+ " src/**/*"
1019 ]
1120 },
1221 "bin" : " ./dist/bin/index.js" ,
2635 "@babel/plugin-transform-flow-strip-types" : " ^7.4.4" ,
2736 "@babel/preset-env" : " ^7.4.5" ,
2837 "@babel/register" : " ^7.4.4" ,
29- "ava" : " ^1.4.1 " ,
38+ "ava" : " ^2.1.0 " ,
3039 "babel-plugin-istanbul" : " ^5.1.4" ,
31- "coveralls" : " ^3.0.3 " ,
40+ "coveralls" : " ^3.0.4 " ,
3241 "eslint" : " ^5.16.0" ,
3342 "eslint-config-canonical" : " ^17.1.0" ,
34- "flow-bin" : " ^0.99 .0" ,
43+ "flow-bin" : " ^0.101 .0" ,
3544 "flow-copy-source" : " ^2.0.6" ,
36- "husky" : " ^2.3.0 " ,
45+ "husky" : " ^2.4.1 " ,
3746 "nyc" : " ^14.1.1" ,
38- "semantic-release" : " ^15.13.12 "
47+ "semantic-release" : " ^15.13.16 "
3948 },
4049 "engines" : {
4150 "node" : " >=8"
You can’t perform that action at this time.
0 commit comments