diff --git a/package.json b/package.json index a5daea29..1b71e1e5 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "lint:test": "npm run lint && npm run test", "lint": "eslint -c .eslintrc.js --ext .ts . && tsc --noEmit --project tsconfig.json", "prepublishOnly": "npm run lint:test:build", - "release": "np --no-yarn --any-branch && git push https://github.com/geostyler/geostyler-sld-parser.git master", + "release": "np --no-yarn --any-branch && git push git@github.com:geostyler/geostyler-sld-parser.git master", "start-dev": "webpack --config dev-build.config.js --watch", "test-watch": "jest --watchAll", "test": "jest --coverage"