Skip to content

Commit

Permalink
2.0.7
Browse files Browse the repository at this point in the history
Also fix postinstall for node-git-hooks
  • Loading branch information
peacechen committed Jul 10, 2020
1 parent 51867db commit d900db8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"bugs": {
"url": "https://github.com/BugiDev/react-native-calendar-strip/issues"
},
"version": "2.0.6",
"version": "2.0.7",
"main": "index.js",
"directories": {
"example": "example"
Expand All @@ -31,7 +31,7 @@
"test:watch": "jest --watch",
"contributors:add": "./node_modules/.bin/all-contributors add",
"contributors:generate": "./node_modules/.bin/all-contributors generate",
"postinstall": "./node_modules/.bin/node-git-hooks"
"postinstall": "node-git-hooks"
},
"dependencies": {
"moment": ">=2.0.0",
Expand Down

0 comments on commit d900db8

Please sign in to comment.