Skip to content

Commit

Permalink
fix(package.json): put back what I removed during development
Browse files Browse the repository at this point in the history
I have deleted one script and added a private repository
  • Loading branch information
odaumas committed Sep 7, 2016
1 parent 5698dd3 commit 02654c4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "branch-cordova-sdk",
"description": "Branch Metrics Cordova SDK",
"main": "www/branch.js",
"version": "2.1.17-cmt",
"version": "0.0.0-semantic-release",
"homepage": "https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking",
"repository": {
"type": "git",
Expand All @@ -11,9 +11,6 @@
"bugs": {
"url": "https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/issues"
},
"publishConfig": {
"registry": "http://man-macmini.nce.amadeus.net:4873/"
},
"keywords": [
"ecosystem:cordova",
"ecosystem:phonegap",
Expand All @@ -35,6 +32,7 @@
"license": "MIT",
"scripts": {
"prerelease": "gulp prerelease",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"commit": "git-cz"
},
"dependencies": {
Expand Down

0 comments on commit 02654c4

Please sign in to comment.