Skip to content

Commit

Permalink
chore: updated npm version to 2.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Aug 16, 2017
1 parent e3873d1 commit fb6b68e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 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": "src/branch.js",
"version": "2.6.7",
"version": "2.6.8",
"homepage": "https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking",
"repository": {
"type": "git",
Expand Down Expand Up @@ -38,30 +38,30 @@
"scripts": {
"changelog": "node ./src/scripts/npm/updateChangeLog -reset=true",
"commitmsg": "validate-commit-msg",
"precommit": "npm-check --skip-unused && gulp prod",
"validate": "gulp prod",
"dependencies": "ncu -u",
"precommit": "gulp prod",
"postcommit": "semantic-release pre --verifyRelease='./src/scripts/npm/updateNpmVersion' || true",
"prerelease": "gulp prod",
"dependencies": "npm-check -u",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"dependencies": {
"mkpath": "^1.0.0",
"node-version-compare": "^1.0.1",
"plist": "^2.1.0",
"request": "^2.81.0",
"xml2js": "^0.4.17"
"xml2js": "^0.4.18"
},
"devDependencies": {
"cordova": "^7.0.1",
"gulp": "^3.9.1",
"gulp-standard": "^10.0.0",
"gulp-standard": "^10.1.0",
"husky": "^0.14.3",
"mkpath": "^1.0.0",
"node-version-compare": "^1.0.1",
"npm-check": "^5.4.5",
"npm-check-updates": "^2.12.1",
"plist": "^2.1.0",
"semantic-release": "^6.3.6",
"semantic-release": "^7.0.1",
"validate-commit-msg": "^2.14.0",
"xml2js": "^0.4.17"
"xml2js": "^0.4.18"
}
}
2 changes: 1 addition & 1 deletion plugin.template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SOFTWARE.
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="branch-cordova-sdk"
version="2.6.7">
version="2.6.8">

<!-- DO NOT EDIT THIS FILE. MAKE ALL CHANGES TO plugin.template.xml INSTEAD -->

Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SOFTWARE.
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="branch-cordova-sdk"
version="2.6.7">
version="2.6.8">

<!-- DO NOT EDIT THIS FILE. MAKE ALL CHANGES TO plugin.template.xml INSTEAD -->

Expand Down

0 comments on commit fb6b68e

Please sign in to comment.