Skip to content

Commit

Permalink
Infrastructure: remove pinst (#2167)
Browse files Browse the repository at this point in the history
This is only required for husky for publicly published NPM packages that others consume.
Marked package as private to match
  • Loading branch information
nschonni authored and Michael Cooper committed May 2, 2022
1 parent 251c5e3 commit 72a0fea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 55 deletions.
51 changes: 0 additions & 51 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.0",
"description": "This repository maintains the WAI-ARIA Authoring Practices Guide. This is developed by the [ARIA Working Group](http://www.w3.org/WAI/ARIA/). The staff contact is [Michael Cooper](http://www.w3.org/People/cooper/). Please do not provide commit access to this repository without coordination.",
"main": "index.js",
"private": true,
"directories": {
"example": "examples"
},
Expand All @@ -21,9 +22,7 @@
"test": "npm run lint && npm run regression",
"vnu-jar": "java -jar node_modules/vnu-jar/build/dist/vnu.jar --filterfile .vnurc --no-langdetect --skip-non-html aria-practices.html examples/",
"create-gh-project": "node ./scripts/create-gh-project.js",
"prepare": "husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable"
"prepare": "husky install"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -53,7 +52,6 @@
"htmlparser2": "^7.2.0",
"husky": "^7.0.4",
"lint-staged": "^12.1.2",
"pinst": "^2.1.6",
"prettier": "^2.4.1",
"selenium-webdriver": "^4.1.0",
"stylelint": "^14.1.0",
Expand Down

0 comments on commit 72a0fea

Please sign in to comment.