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