Skip to content

Commit 73d548e

Browse files
committed
fix: package name
1 parent 4b301e8 commit 73d548e

File tree

3 files changed

+1
-19
lines changed

3 files changed

+1
-19
lines changed

.husky/pre-commit

Lines changed: 0 additions & 4 deletions
This file was deleted.

package-lock.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"css-in-js",
1919
"css"
2020
],
21-
"repository": "stylelint/postcss-css-in-js",
21+
"repository": "hiro0218/postcss-css-in-js",
2222
"license": "MIT",
2323
"author": "gucong3000",
2424
"main": "index.js",
@@ -27,26 +27,13 @@
2727
],
2828
"scripts": {
2929
"format": "prettier . --write",
30-
"postinstall": "is-ci || husky install",
3130
"lint": "npm-run-all --parallel lint:*",
3231
"lint:formatting": "prettier . --check",
3332
"lint:js": "eslint . --cache --max-warnings=0",
3433
"lint:md": "remark . --quiet --frail",
35-
"prepublishOnly": "pinst --disable",
36-
"postpublish": "pinst --enable",
37-
"release": "np",
3834
"test": "jest",
3935
"watch": "jest --watch"
4036
},
41-
"husky": {
42-
"hooks": {
43-
"pre-commit": "lint-staged"
44-
}
45-
},
46-
"lint-staged": {
47-
"*.js": "eslint --cache --fix",
48-
"*.{js,md,yml}": "prettier --write"
49-
},
5037
"prettier": "@stylelint/prettier-config",
5138
"eslintConfig": {
5239
"extends": [

0 commit comments

Comments
 (0)