File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 4242 "ava" : " ^3.8.1" ,
4343 "coveralls" : " ^3.1.0" ,
4444 "esdoc" : " ^1.1.0" ,
45- "np" : " ^6.2.3" ,
46- "nyc" : " ^15.0.1" ,
4745 "esdoc-inject-script-plugin" : " 1.0.0" ,
4846 "esdoc-inject-style-plugin" : " 1.0.0" ,
49- "esdoc-standard-plugin" : " 1.0.0"
47+ "esdoc-standard-plugin" : " 1.0.0" ,
48+ "np" : " ^6.2.3" ,
49+ "nyc" : " ^15.0.1"
5050 },
51+ "files" : [
52+ " lib"
53+ ],
5154 "homepage" : " https://aureooms.github.io/js-codec-base64" ,
5255 "keywords" : [
5356 " base64" ,
6568 "scripts" : {
6669 "build" : " rm -rf lib && babel src -d lib" ,
6770 "cover" : " nyc --reporter=lcov npm test" ,
71+ "esdoc" : " esdoc" ,
6872 "prepare" : " npm run build" ,
6973 "release" : " np" ,
70- "test" : " ava" ,
71- "esdoc" : " esdoc"
72- },
73- "files" : [
74- " lib"
75- ]
74+ "test" : " ava"
75+ }
7676}
You can’t perform that action at this time.
0 commit comments