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 3030 "@aureooms/js-error" : " ^4.0.0"
3131 },
3232 "devDependencies" : {
33- "ava" : " 3.8.1" ,
34- "coveralls" : " 3.1.0" ,
35- "esdoc" : " 1.1.0" ,
36- "nyc" : " 15.0.1" ,
3733 "@babel/cli" : " 7.8.4" ,
3834 "@babel/core" : " 7.9.0" ,
3935 "@babel/polyfill" : " 7.8.7" ,
4036 "@babel/preset-env" : " 7.9.5" ,
4137 "@babel/register" : " 7.9.0" ,
38+ "ava" : " 3.8.1" ,
39+ "coveralls" : " 3.1.0" ,
40+ "esdoc" : " 1.1.0" ,
4241 "esdoc-inject-script-plugin" : " 1.0.0" ,
4342 "esdoc-inject-style-plugin" : " 1.0.0" ,
4443 "esdoc-standard-plugin" : " 1.0.0" ,
45- "np" : " 6.2.3"
44+ "np" : " 6.2.3" ,
45+ "nyc" : " 15.0.1"
4646 },
47+ "files" : [
48+ " lib"
49+ ],
4750 "homepage" : " https://aureooms.github.io/js-codec" ,
4851 "keywords" : [
4952 " codec" ,
5962 "scripts" : {
6063 "build" : " rm -rf lib && babel src -d lib" ,
6164 "cover" : " nyc --reporter=lcov npm test" ,
62- "test" : " ava" ,
6365 "esdoc" : " esdoc" ,
6466 "prepare" : " npm run build" ,
65- "release" : " np"
66- },
67- "files" : [
68- " lib"
69- ]
67+ "release" : " np" ,
68+ "test" : " ava"
69+ }
7070}
You can’t perform that action at this time.
0 commit comments