We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6802e1 + d760b3a commit 6fd8c17Copy full SHA for 6fd8c17
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@github/prettier-config",
3
- "version": "0.0.4",
+ "version": "0.0.0-development",
4
"description": "Prettier config used at GitHub",
5
"repository": "github/prettier-config",
6
"keywords": [
@@ -14,8 +14,7 @@
14
"main": "index.js",
15
"scripts": {
16
"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'"
+ "test": "prettier --config ./index.js --check examples/"
19
},
20
"devDependencies": {
21
"prettier": "^2.8.0"
0 commit comments