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 3535 "@aureooms/js-partition" : " ^8.0.0" ,
3636 "@aureooms/js-random" : " ^2.0.0" ,
3737 "@aureooms/js-search" : " ^0.0.4" ,
38- "ava" : " ^3.7.1" ,
39- "coveralls" : " ^3.0.14" ,
40- "esdoc" : " ^1.1.0" ,
41- "nyc" : " ^15.0.1" ,
4238 "@babel/cli" : " 7.8.4" ,
4339 "@babel/core" : " 7.9.0" ,
4440 "@babel/polyfill" : " 7.8.7" ,
4541 "@babel/preset-env" : " 7.9.5" ,
4642 "@babel/register" : " 7.9.0" ,
43+ "ava" : " ^3.7.1" ,
44+ "coveralls" : " ^3.0.14" ,
45+ "esdoc" : " ^1.1.0" ,
4746 "esdoc-inject-script-plugin" : " 1.0.0" ,
4847 "esdoc-inject-style-plugin" : " 1.0.0" ,
4948 "esdoc-standard-plugin" : " 1.0.0" ,
50- "np" : " 6.2.2"
49+ "np" : " 6.2.2" ,
50+ "nyc" : " ^15.0.1"
5151 },
52+ "files" : [
53+ " lib"
54+ ],
5255 "homepage" : " http://aureooms.github.io/js-selection" ,
5356 "keywords" : [
5457 " algorithms" ,
7073 "scripts" : {
7174 "build" : " rm -rf lib && babel src -d lib" ,
7275 "cover" : " nyc --reporter=lcov npm test" ,
73- "test" : " ava" ,
7476 "esdoc" : " esdoc" ,
7577 "prepare" : " npm run build" ,
76- "release" : " np"
77- },
78- "files" : [
79- " lib"
80- ]
78+ "release" : " np" ,
79+ "test" : " ava"
80+ }
8181}
You can’t perform that action at this time.
0 commit comments