Merge pull request #22 from github/jumoel/cleanup-packagejson

chore: Clean up `package.json`
This commit is contained in:
Keith Cirkel 2022-12-06 13:36:35 +00:00 коммит произвёл GitHub
Родитель e6802e1f23 d760b3ae18
Коммит 6fd8c17dd4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -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": [
@ -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"