File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "contents" : " dist" ,
3
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @alertbox/docsify-footer" ,
3
- "version" : " 1 .0.0" ,
3
+ "version" : " 0 .0.0" ,
4
4
"description" : " A footer markdown plugin for magic documentation site generator, docsify." ,
5
5
"jsdelivr" : " dist/docsify-footer.min.js" ,
6
6
"unpkg" : " dist/docsify-footer.min.js" ,
33
33
"scripts" : {
34
34
"build" : " yarn parcel build src/docsify-footer.js -o docsify-footer.min.js" ,
35
35
"prepublish" : " yarn build" ,
36
- "publish:pkg " : " npx np"
36
+ "release " : " yarn prepublish && yarn np"
37
37
},
38
38
"files" : [
39
39
" dist" ,
51
51
"eslint" : " 7.2.0" ,
52
52
"eslint-plugin-import" : " 2.20.2" ,
53
53
"esm" : " 3.2.25" ,
54
- "parcel-bundler" : " 1.12.4"
54
+ "parcel-bundler" : " 1.12.4" ,
55
+ "np" : " 6.2.4"
56
+ },
57
+ "publishConfig" : {
58
+ "access" : " public"
55
59
},
56
60
"collective" : {
57
61
"url" : " https://opencollective.com/alertbox"
You can’t perform that action at this time.
0 commit comments