Skip to content

Commit 6fd8c17

Browse files
authored
Merge pull request #22 from github/jumoel/cleanup-packagejson
chore: Clean up `package.json`
2 parents e6802e1 + d760b3a commit 6fd8c17

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@github/prettier-config",
3-
"version": "0.0.4",
3+
"version": "0.0.0-development",
44
"description": "Prettier config used at GitHub",
55
"repository": "github/prettier-config",
66
"keywords": [
@@ -14,8 +14,7 @@
1414
"main": "index.js",
1515
"scripts": {
1616
"test:update": "prettier --config ./index.js --write examples/",
17-
"test": "prettier --config ./index.js --check examples/",
18-
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
17+
"test": "prettier --config ./index.js --check examples/"
1918
},
2019
"devDependencies": {
2120
"prettier": "^2.8.0"

0 commit comments

Comments
 (0)