diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..ddc9c7f --- /dev/null +++ b/.npmrc @@ -0,0 +1,4 @@ +.npmrc +@appsumo:always-auth=true +@appsumo:registry=https://npm.pkg.github.com/ +//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN} diff --git a/package.json b/package.json index ff64b3a..fd35482 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "node-mailjet", + "name": "@appsumo/node-mailjet", "version": "1.0.0", "description": "Mailjet NodeJS API client", "main": "index.js", @@ -19,7 +19,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/mailjet/mailjet-apiv3-nodejs.git" + "url": "git+https://github.com/appsumo/mailjet-apiv3-nodejs.git" }, "keywords": [ "email", @@ -32,5 +32,8 @@ "bugs": { "url": "https://github.com/mailjet/mailjet-apiv3-nodejs/issues" }, - "homepage": "https://github.com/mailjet/mailjet-apiv3-nodejs#readme" + "homepage": "https://github.com/mailjet/mailjet-apiv3-nodejs#readme", + "publishConfig": { + "access": "restricted" + } }