Skip to content

Commit 978d180

Browse files
committed
chore(core): cleanup pkg json fields
1 parent e5821de commit 978d180

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

packages/core/package.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@
4949
"sideEffects": [
5050
"*.css"
5151
],
52+
"publishConfig": {
53+
"access": "public",
54+
"registry": "https://registry.npmjs.org/"
55+
},
5256
"scripts": {
5357
"dev": "pnpm types:watch & pnpm build:watch",
5458
"build": "vite build && vite build -c vite.config.iife.ts",
@@ -58,8 +62,6 @@
5862
"theme": "postcss src/style.css -o dist/style.css && postcss src/theme-default.css -o dist/theme-default.css",
5963
"lint": "eslint --ext .js,.ts,.vue ./",
6064
"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\"",
6365
"test": "exit 0"
6466
},
6567
"peerDependencies": {
@@ -85,13 +87,5 @@
8587
"postcss-nested": "^6.0.1",
8688
"vite": "^4.4.11",
8789
"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"
9690
}
9791
}

0 commit comments

Comments
 (0)