Skip to content

Commit

Permalink
Updated version scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jacks205 committed Nov 29, 2017
1 parent 8f6efd9 commit ed135a7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "React Native wrapper around Google's Nearby API SDK",
"main": "index.js",
"scripts": {
"preversion": "",
"version": "git add CHANGELOG.md",
"postversion": "git push && git push --tags",
"postinstall": "scripts/install.js",
"start": "node node_modules/react-native/local-cli/cli.js start",
"run:packager": "./node_modules/react-native/packager/packager.sh",
Expand Down Expand Up @@ -49,4 +52,4 @@
"url": "https://github.com/badfeatures/react-native-nearby-api/issues"
},
"homepage": "https://github.com/badfeatures/react-native-nearby-api#readme"
}
}

0 comments on commit ed135a7

Please sign in to comment.