Skip to content

Commit

Permalink
build: add publish configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewru committed Feb 12, 2024
1 parent a106df1 commit 992a126
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"author": "Andy Hume [email protected]",
"license": "ISC",
"scripts": {
"prepublishOnly": "npm run test",
"test": "eslint . && mocha test/"
},
"devDependencies": {
Expand All @@ -15,6 +16,9 @@
"mocha": "^10.3.0",
"sinon": "^6.3.5"
},
"publishConfig": {
"registry": "https://artifactory.brandwatch.com/artifactory/api/npm/npm"
},
"dependencies": {
"ip": "^1.1.5"
}
Expand Down

0 comments on commit 992a126

Please sign in to comment.