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 34
34
"devDependencies" : {
35
35
"@aureooms/js-integer" : " 3.0.0" ,
36
36
"@aureooms/js-number" : " 3.1.0" ,
37
- "ava" : " 3.8.1" ,
38
- "coveralls" : " 3.1.0" ,
39
- "esdoc" : " 1.1.0" ,
40
- "nyc" : " 15.0.1" ,
41
37
"@babel/cli" : " 7.8.4" ,
42
38
"@babel/core" : " 7.9.0" ,
43
39
"@babel/polyfill" : " 7.8.7" ,
44
40
"@babel/preset-env" : " 7.9.5" ,
45
41
"@babel/register" : " 7.9.0" ,
42
+ "ava" : " 3.8.1" ,
43
+ "coveralls" : " 3.1.0" ,
44
+ "esdoc" : " 1.1.0" ,
46
45
"esdoc-inject-script-plugin" : " 1.0.0" ,
47
46
"esdoc-inject-style-plugin" : " 1.0.0" ,
48
47
"esdoc-standard-plugin" : " 1.0.0" ,
49
- "np" : " 6.2.3"
48
+ "np" : " 6.2.3" ,
49
+ "nyc" : " 15.0.1"
50
50
},
51
+ "files" : [
52
+ " lib"
53
+ ],
51
54
"homepage" : " https://aureooms.github.io/js-integer-sequences" ,
52
55
"keywords" : [
53
56
" computer-science" ,
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