Skip to content

Commit

Permalink
- bumping version
Browse files Browse the repository at this point in the history
- ios: migrating to auto pod-installer
  • Loading branch information
prscms committed Nov 24, 2018
1 parent 4df80cb commit 874c15d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 104 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-app-tour",
"version": "0.0.17",
"version": "0.0.18",
"description": "React Native: Native App Tour Library",
"repository": {
"type": "git",
Expand All @@ -9,15 +9,17 @@
"main": "RNAppTour.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node scripts/installer.js"
"postinstall": "node ../pod-installer/index.js"
},
"keywords": [
"react-native"
],
"author": "Pranav Raj Singh Chauhan",
"license": "Apache License",
"dependencies": {},
"dependencies": {
"pod-installer": "0.0.0"
},
"devDependencies": {
"prettier-pack": "0.0.7"
"prettier-pack": "0.0.8"
}
}
100 changes: 0 additions & 100 deletions scripts/installer.js

This file was deleted.

0 comments on commit 874c15d

Please sign in to comment.