Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

Commit

Permalink
build: update husky definition in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
weyert authored and fabien0102 committed Jan 13, 2020
1 parent 2998855 commit 2d2693a
Show file tree
Hide file tree
Showing 2 changed files with 190 additions and 13 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@
"example:file": "node lib/bin/restful-react.js import --file examples/petstore.yaml --output examples/petstoreFromFileSpec.tsx",
"example:advanced": "node lib/bin/restful-react.js import --config examples/restful-react.config.js"
},
"husky": {
"hooks": {
"pre-commit": "operational-scripts precommit"
}
},
"devDependencies": {
"@operational/scripts": "2.0.0",
"@testing-library/jest-dom": "^4.2.4",
Expand Down Expand Up @@ -89,7 +94,7 @@
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-blank-line": "^0.0.9",
"typescript": "^3.3.4000"
"typescript": "^3.7.4"
},
"dependencies": {
"case": "^1.6.2",
Expand All @@ -109,4 +114,4 @@
"peerDependencies": {
"react": "^16.8.5"
}
}
}
Loading

0 comments on commit 2d2693a

Please sign in to comment.