File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 35
35
"devDependencies" : {
36
36
"@aureooms/js-compare" : " ^1.4.5" ,
37
37
"@aureooms/js-itertools" : " ^3.4.0" ,
38
- "ava" : " ^3.8.1" ,
39
- "coveralls" : " ^3.1.0" ,
40
- "esdoc" : " ^1.1.0" ,
41
- "nyc" : " ^15.0.1" ,
42
38
"@babel/cli" : " 7.8.4" ,
43
39
"@babel/core" : " 7.9.0" ,
44
40
"@babel/polyfill" : " 7.8.7" ,
45
41
"@babel/preset-env" : " 7.9.5" ,
46
42
"@babel/register" : " 7.9.0" ,
43
+ "ava" : " ^3.8.1" ,
44
+ "coveralls" : " ^3.1.0" ,
45
+ "esdoc" : " ^1.1.0" ,
47
46
"esdoc-inject-script-plugin" : " 1.0.0" ,
48
47
"esdoc-inject-style-plugin" : " 1.0.0" ,
49
48
"esdoc-standard-plugin" : " 1.0.0" ,
50
- "np" : " 6.2.3"
49
+ "np" : " 6.2.3" ,
50
+ "nyc" : " ^15.0.1"
51
51
},
52
+ "files" : [
53
+ " lib"
54
+ ],
52
55
"homepage" : " http://aureooms.github.io/js-collections-ordereddict/" ,
53
56
"keywords" : [
54
57
" bisect" ,
73
76
"scripts" : {
74
77
"build" : " rm -rf lib && babel src -d lib" ,
75
78
"cover" : " nyc --reporter=lcov npm test" ,
76
- "test" : " ava" ,
77
79
"esdoc" : " esdoc" ,
78
80
"prepare" : " npm run build" ,
79
- "release" : " np"
80
- },
81
- "files" : [
82
- " lib"
83
- ]
81
+ "release" : " np" ,
82
+ "test" : " ava"
83
+ }
84
84
}
You can’t perform that action at this time.
0 commit comments