Skip to content

Commit 78a4f11

Browse files
committed
chore: release 1.0.0
1 parent 1f75979 commit 78a4f11

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prefer-code-style",
3-
"version": "0.8.0",
3+
"version": "1.0.0",
44
"description": "A collection of configuration files containing prettier, eslint, stylelint",
55
"keywords": [
66
"code lint",
@@ -68,7 +68,6 @@
6868
"lint": "pnpm lint:es & pnpm lint:prettier",
6969
"lint:es": "eslint \"./**/*.{js,jsx,ts,tsx}\"",
7070
"lint:prettier": "prettier --write \"!./examples/**\" \"**/*.{md,json,html}\"",
71-
"prepublishOnly": "pnpm build",
7271
"test": "cd \"./examples/green-wall\" && pnpm lint"
7372
},
7473
"config": {

0 commit comments

Comments
 (0)