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 42
42
"@aureooms/js-functools" : " 2.0.3" ,
43
43
"@aureooms/js-itertools" : " 3.4.0" ,
44
44
"@aureooms/js-number" : " 3.1.0" ,
45
- "ava" : " 3.8.1" ,
46
- "coveralls" : " 3.1.0" ,
47
- "esdoc" : " 1.1.0" ,
48
- "nyc" : " 15.0.1" ,
49
45
"@babel/cli" : " 7.8.4" ,
50
46
"@babel/core" : " 7.9.0" ,
51
47
"@babel/polyfill" : " 7.8.7" ,
52
48
"@babel/preset-env" : " 7.9.5" ,
53
49
"@babel/register" : " 7.9.0" ,
50
+ "ava" : " 3.8.1" ,
51
+ "coveralls" : " 3.1.0" ,
52
+ "esdoc" : " 1.1.0" ,
54
53
"esdoc-inject-script-plugin" : " 1.0.0" ,
55
54
"esdoc-inject-style-plugin" : " 1.0.0" ,
56
55
"esdoc-standard-plugin" : " 1.0.0" ,
57
- "np" : " 6.2.3"
56
+ "np" : " 6.2.3" ,
57
+ "nyc" : " 15.0.1"
58
58
},
59
+ "files" : [
60
+ " lib"
61
+ ],
59
62
"homepage" : " http://aureooms.github.io/js-collections/" ,
60
63
"keywords" : [
61
64
" collection" ,
81
84
"scripts" : {
82
85
"build" : " rm -rf lib && babel src -d lib" ,
83
86
"cover" : " nyc --reporter=lcov npm test" ,
84
- "test" : " ava" ,
85
87
"esdoc" : " esdoc" ,
86
88
"prepare" : " npm run build" ,
87
- "release" : " np"
88
- },
89
- "files" : [
90
- " lib"
91
- ]
89
+ "release" : " np" ,
90
+ "test" : " ava"
91
+ }
92
92
}
You can’t perform that action at this time.
0 commit comments