Skip to content

Commit

Permalink
6.1.4
Browse files Browse the repository at this point in the history
Fix hooks postinstall
  • Loading branch information
peacechen committed Jun 10, 2020
1 parent bf0106e commit 6684a8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-calendar-picker",
"version": "6.1.3",
"version": "6.1.4",
"description": "Calendar Picker Component for React Native",
"engines": {
"node": ">=4.0.0"
Expand All @@ -15,7 +15,7 @@
"start": "echo \"example folder contains sample app (see README)\" && exit 1",
"test": "echo \"example folder contains the tests (see README)\" && exit 1",
"lint": "eslint CalendarPicker --fix",
"postinstall": "node ./node_modules/node-git-hooks/bin/install"
"postinstall": "./node_modules/.bin/node-git-hooks"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -48,7 +48,7 @@
],
"directories": {},
"dependencies": {
"node-git-hooks": "^1.0.0",
"node-git-hooks": "^1.0.1",
"prop-types": "^15.6.0",
"uuid": "3.2.1"
},
Expand Down

0 comments on commit 6684a8c

Please sign in to comment.