Skip to content

Commit

Permalink
chore(*): add patch-package
Browse files Browse the repository at this point in the history
  • Loading branch information
Development-KasperSky committed Apr 26, 2018
1 parent e4a16d5 commit 9319145
Show file tree
Hide file tree
Showing 2 changed files with 204 additions and 9 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"artifacts": "artifact_tagging",
"prettier": "node ./scripts/prettier.js write-changed",
"prettier-all": "node ./scripts/prettier.js write",
"precommit": "pretty-quick --staged"
"precommit": "pretty-quick --staged",
"postinstall": "patch-package"
},
"homepage": "https://ui-router.github.io/react",
"contributors": [
Expand Down Expand Up @@ -66,7 +67,9 @@
"enzyme-adapter-react-16": "^1.1.1",
"glob": "^7.1.2",
"husky": "^0.14.3",
"jest": "^22.4.3",
"jest": "22.4.3",
"patch-package": "^5.1.1",
"postinstall-postinstall": "^1.0.0",
"prettier": "^1.12.1",
"pretty-quick": "^1.4.1",
"react": "^16.3.2",
Expand Down
Loading

0 comments on commit 9319145

Please sign in to comment.