diff --git a/package.json b/package.json index f0d12308d..ac2e9eb07 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { - "name": "@havesource/cordova-plugin-push", - "version": "5.0.5", + "name": "@zenkit-dev/cordova-plugin-push", + "version": "5.0.5-dev.0", "description": "Register and receive push notifications.", + "repository": "https://github.com/dertieran/cordova-plugin-push.git", "scripts": { "build": "babel src/js --out-dir www", "build:watch": "nodemon -w ./src/js -e js -x npm run build", @@ -11,7 +12,6 @@ "precommit-msg": "echo 'Pre-commit checks...' && exit 0", "test": "npm run build && npm run lint && npm run jasmine" }, - "repository": "github:havesource/cordova-plugin-push", "keywords": [ "ecosystem:cordova", "cordova-ios",