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 37
37
"@aureooms/js-operator" : " ^1.0.2" ,
38
38
"@aureooms/js-random" : " ^2.0.0" ,
39
39
"@aureooms/js-string" : " ^0.2.0" ,
40
- "ava" : " ^3.7.1" ,
41
- "coveralls" : " ^3.0.14" ,
42
- "esdoc" : " ^1.1.0" ,
43
- "nyc" : " ^15.0.1" ,
44
40
"@babel/cli" : " 7.8.4" ,
45
41
"@babel/core" : " 7.9.0" ,
46
42
"@babel/polyfill" : " 7.8.7" ,
47
43
"@babel/preset-env" : " 7.9.5" ,
48
44
"@babel/register" : " 7.9.0" ,
45
+ "ava" : " ^3.7.1" ,
46
+ "coveralls" : " ^3.0.14" ,
47
+ "esdoc" : " ^1.1.0" ,
49
48
"esdoc-inject-script-plugin" : " 1.0.0" ,
50
49
"esdoc-inject-style-plugin" : " 1.0.0" ,
51
50
"esdoc-standard-plugin" : " 1.0.0" ,
52
- "np" : " 6.2.2"
51
+ "np" : " 6.2.2" ,
52
+ "nyc" : " ^15.0.1"
53
53
},
54
+ "files" : [
55
+ " lib"
56
+ ],
54
57
"homepage" : " https://aureooms.github.io/js-integer" ,
55
58
"keywords" : [
56
59
" algorithm" ,
74
77
"scripts" : {
75
78
"build" : " rm -rf lib && babel src -d lib" ,
76
79
"cover" : " nyc --reporter=lcov npm test" ,
77
- "test" : " ava" ,
78
80
"esdoc" : " esdoc" ,
79
81
"prepare" : " npm run build" ,
80
- "release" : " np"
81
- },
82
- "files" : [
83
- " lib"
84
- ]
82
+ "release" : " np" ,
83
+ "test" : " ava"
84
+ }
85
85
}
You can’t perform that action at this time.
0 commit comments