Skip to content

Commit d900db8

Browse files
committed
2.0.7
Also fix postinstall for node-git-hooks
1 parent 51867db commit d900db8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"bugs": {
2020
"url": "https://github.com/BugiDev/react-native-calendar-strip/issues"
2121
},
22-
"version": "2.0.6",
22+
"version": "2.0.7",
2323
"main": "index.js",
2424
"directories": {
2525
"example": "example"
@@ -31,7 +31,7 @@
3131
"test:watch": "jest --watch",
3232
"contributors:add": "./node_modules/.bin/all-contributors add",
3333
"contributors:generate": "./node_modules/.bin/all-contributors generate",
34-
"postinstall": "./node_modules/.bin/node-git-hooks"
34+
"postinstall": "node-git-hooks"
3535
},
3636
"dependencies": {
3737
"moment": ">=2.0.0",

0 commit comments

Comments
 (0)