Skip to content

Commit

Permalink
master: Prepare to Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldcap committed Oct 16, 2023
1 parent cb626f6 commit 32a0add
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.npmrc
@appsumo:always-auth=true
@appsumo:registry=https://npm.pkg.github.com/
//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "node-mailjet",
"name": "@appsumo/node-mailjet",
"version": "1.0.0",
"description": "Mailjet NodeJS API client",
"main": "index.js",
Expand All @@ -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",
Expand All @@ -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"
}
}

0 comments on commit 32a0add

Please sign in to comment.