Skip to content

Commit 97d0d9b

Browse files
author
Erik Melton
committed
Modify package for releases
1 parent 95c38f6 commit 97d0d9b

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "settle.acceptance.js",
3-
"version": "0.5.4",
2+
"name": "@settleapi/acceptance",
3+
"version": "1.0.0",
44
"description": "Settle Acceptance library",
5-
"homepage": "https://github.com/aukaio/settle.acceptance.js",
5+
"homepage": "https://github.com/SettleAPI/settle.acceptance.js",
66
"repository": {
77
"type": "git",
8-
"url": "git://github.com/aukaio/settle.acceptance.js.git"
8+
"url": "git://github.com/SettleAPI/settle.acceptance.js.git"
99
},
1010
"scripts": {
1111
"build": "./node_modules/grunt-cli/bin/grunt",
@@ -22,5 +22,8 @@
2222
"grunt-contrib-uglify": "^4.0.1",
2323
"grunt-inline-import": "^0.1.0"
2424
},
25-
"dependencies": {}
25+
"dependencies": {},
26+
"publishConfig": {
27+
"registry":"https://npm.pkg.github.com"
28+
}
2629
}

0 commit comments

Comments
 (0)