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 32
32
"@aureooms/js-algorithms" : " ^3.0.7" ,
33
33
"@aureooms/js-int32" : " ^3.0.0" ,
34
34
"@aureooms/js-random" : " ^2.0.0" ,
35
- "ava" : " ^3.7.1" ,
36
- "coveralls" : " ^3.0.14" ,
37
- "esdoc" : " ^1.1.0" ,
38
- "nyc" : " ^15.0.1" ,
39
35
"@babel/cli" : " 7.8.4" ,
40
36
"@babel/core" : " 7.9.0" ,
41
37
"@babel/polyfill" : " 7.8.7" ,
42
38
"@babel/preset-env" : " 7.9.5" ,
43
39
"@babel/register" : " 7.9.0" ,
40
+ "ava" : " ^3.7.1" ,
41
+ "coveralls" : " ^3.0.14" ,
42
+ "esdoc" : " ^1.1.0" ,
44
43
"esdoc-inject-script-plugin" : " 1.0.0" ,
45
44
"esdoc-inject-style-plugin" : " 1.0.0" ,
46
45
"esdoc-standard-plugin" : " 1.0.0" ,
47
- "np" : " 6.2.2"
46
+ "np" : " 6.2.2" ,
47
+ "nyc" : " ^15.0.1"
48
48
},
49
+ "files" : [
50
+ " lib"
51
+ ],
49
52
"homepage" : " http://aureooms.github.io/js-number" ,
50
53
"keywords" : [
51
54
" arithmetic" ,
63
66
"scripts" : {
64
67
"build" : " rm -rf lib && babel src -d lib" ,
65
68
"cover" : " nyc --reporter=lcov npm test" ,
66
- "test" : " ava" ,
67
69
"esdoc" : " esdoc" ,
68
70
"prepare" : " npm run build" ,
69
- "release" : " np"
70
- },
71
- "files" : [
72
- " lib"
73
- ]
71
+ "release" : " np" ,
72
+ "test" : " ava"
73
+ }
74
74
}
You can’t perform that action at this time.
0 commit comments