File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 49
49
"sideEffects" : [
50
50
" *.css"
51
51
],
52
+ "publishConfig" : {
53
+ "access" : " public" ,
54
+ "registry" : " https://registry.npmjs.org/"
55
+ },
52
56
"scripts" : {
53
57
"dev" : " pnpm types:watch & pnpm build:watch" ,
54
58
"build" : " vite build && vite build -c vite.config.iife.ts" ,
58
62
"theme" : " postcss src/style.css -o dist/style.css && postcss src/theme-default.css -o dist/theme-default.css" ,
59
63
"lint" : " eslint --ext .js,.ts,.vue ./" ,
60
64
"lint:dist" : " eslint --ext \" .ts,.tsx\" -c .eslintrc.js --fix --ignore-pattern !**/* ./dist" ,
61
- "prepublishOnly" : " shx cp ../../README.md ." ,
62
- "postpublish" : " shx rm README.md && git commit -a -m \" chore: bump version\" " ,
63
65
"test" : " exit 0"
64
66
},
65
67
"peerDependencies" : {
85
87
"postcss-nested" : " ^6.0.1" ,
86
88
"vite" : " ^4.4.11" ,
87
89
"vue-tsc" : " ^1.8.16"
88
- },
89
- "publishConfig" : {
90
- "access" : " public" ,
91
- "registry" : " https://registry.npmjs.org/"
92
- },
93
- "np" : {
94
- "branch" : " master" ,
95
- "message" : " v%s"
96
90
}
97
91
}
You can’t perform that action at this time.
0 commit comments