Skip to content

Commit

Permalink
6.1.3
Browse files Browse the repository at this point in the history
Use node-git-hooks instead of cpx to fix deployment issues.
  • Loading branch information
peacechen committed Jun 9, 2020
1 parent fd7d932 commit bf0106e
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.2",
"version": "6.1.3",
"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": "cpx \".githooks/*\" \".git/hooks\" -u"
"postinstall": "node ./node_modules/node-git-hooks/bin/install"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -48,7 +48,7 @@
],
"directories": {},
"dependencies": {
"@deboxsoft/cpx": "^1.5.0",
"node-git-hooks": "^1.0.0",
"prop-types": "^15.6.0",
"uuid": "3.2.1"
},
Expand Down

0 comments on commit bf0106e

Please sign in to comment.