Skip to content

Commit 76ceeac

Browse files
committed
- bumping version
1 parent 04001ec commit 76ceeac

File tree

2 files changed

+4
-103
lines changed

2 files changed

+4
-103
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-bottom-action-sheet",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"description": "React Native: Native Bottom Action Sheet",
55
"main": "js/index.js",
66
"repository": {
@@ -9,17 +9,18 @@
99
},
1010
"scripts": {
1111
"test": "echo \"Error: no test specified\" && exit 1",
12-
"postinstall": "node scripts/installer.js"
12+
"postinstall": "node ../pod-installer/index.js"
1313
},
1414
"keywords": [
1515
"react-native"
1616
],
1717
"author": "Pranav Raj Singh Chauhan",
1818
"dependencies": {
19+
"pod-installer": "0.0.0",
1920
"react-native-vector-icons": "5.0.0"
2021
},
2122
"devDependencies": {
22-
"prettier-pack": "0.0.7"
23+
"prettier-pack": "0.0.8"
2324
},
2425
"license": "Apache License 2.0"
2526
}

scripts/installer.js

Lines changed: 0 additions & 100 deletions
This file was deleted.

0 commit comments

Comments
 (0)