Skip to content

Commit

Permalink
Merge pull request #22 from github/jumoel/cleanup-packagejson
Browse files Browse the repository at this point in the history
chore: Clean up `package.json`
  • Loading branch information
keithamus authored Dec 6, 2022
2 parents e6802e1 + d760b3a commit 6fd8c17
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@github/prettier-config",
"version": "0.0.4",
"version": "0.0.0-development",
"description": "Prettier config used at GitHub",
"repository": "github/prettier-config",
"keywords": [
Expand All @@ -14,8 +14,7 @@
"main": "index.js",
"scripts": {
"test:update": "prettier --config ./index.js --write examples/",
"test": "prettier --config ./index.js --check examples/",
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
"test": "prettier --config ./index.js --check examples/"
},
"devDependencies": {
"prettier": "^2.8.0"
Expand Down

0 comments on commit 6fd8c17

Please sign in to comment.