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 80
80
"devDependencies" : {
81
81
"@aureooms/js-itertools" : " ^4.1.0" ,
82
82
"@aureooms/js-random" : " ^2.0.0" ,
83
- "ava" : " ^3.14.0" ,
84
- "coveralls" : " ^3.1.0" ,
85
- "esdoc" : " ^1.1.0" ,
86
- "nyc" : " ^15.1.0" ,
87
83
"@babel/cli" : " 7.12.8" ,
88
84
"@babel/core" : " 7.12.9" ,
89
85
"@babel/preset-env" : " 7.12.7" ,
90
86
"@babel/register" : " 7.12.1" ,
87
+ "ava" : " ^3.14.0" ,
91
88
"babel-plugin-transform-remove-console" : " 6.9.4" ,
92
89
"babel-plugin-unassert" : " 3.0.1" ,
93
90
"babel-preset-power-assert" : " 3.0.0" ,
91
+ "coveralls" : " ^3.1.0" ,
92
+ "esdoc" : " ^1.1.0" ,
94
93
"esdoc-inject-script-plugin" : " 1.0.0" ,
95
94
"esdoc-inject-style-plugin" : " 1.0.0" ,
96
95
"esdoc-standard-plugin" : " 1.0.0" ,
97
96
"np" : " 7.0.0" ,
97
+ "nyc" : " ^15.1.0" ,
98
98
"power-assert" : " 1.6.1"
99
99
},
100
+ "files" : [
101
+ " lib"
102
+ ],
100
103
"homepage" : " http://aureooms.github.io/js-uint32/" ,
101
104
"keywords" : [
102
105
" 32" ,
116
119
"scripts" : {
117
120
"build" : " babel src -d lib" ,
118
121
"cover" : " nyc --reporter=lcov npm test" ,
119
- "test " : " ava " ,
122
+ "dev " : " npm run lint -- --fix && npm run cover -- -- -st --fail-fast " ,
120
123
"esdoc" : " esdoc" ,
121
124
"lint" : " true" ,
122
125
"prepare" : " npm run build" ,
123
- "dev " : " npm run lint -- --fix && npm run cover -- -- -st --fail-fast " ,
124
- "travis " : " npm run lint && npm run cover " ,
125
- "release " : " np "
126
+ "release " : " np " ,
127
+ "test " : " ava " ,
128
+ "travis " : " npm run lint && npm run cover "
126
129
},
127
- "files" : [
128
- " lib"
129
- ],
130
130
"sideEffects" : false
131
131
}
You can’t perform that action at this time.
0 commit comments