We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95c38f6 commit 97d0d9bCopy full SHA for 97d0d9b
1 file changed
package.json
@@ -1,11 +1,11 @@
1
{
2
- "name": "settle.acceptance.js",
3
- "version": "0.5.4",
+ "name": "@settleapi/acceptance",
+ "version": "1.0.0",
4
"description": "Settle Acceptance library",
5
- "homepage": "https://github.com/aukaio/settle.acceptance.js",
+ "homepage": "https://github.com/SettleAPI/settle.acceptance.js",
6
"repository": {
7
"type": "git",
8
- "url": "git://github.com/aukaio/settle.acceptance.js.git"
+ "url": "git://github.com/SettleAPI/settle.acceptance.js.git"
9
},
10
"scripts": {
11
"build": "./node_modules/grunt-cli/bin/grunt",
@@ -22,5 +22,8 @@
22
"grunt-contrib-uglify": "^4.0.1",
23
"grunt-inline-import": "^0.1.0"
24
25
- "dependencies": {}
+ "dependencies": {},
26
+ "publishConfig": {
27
+ "registry":"https://npm.pkg.github.com"
28
+ }
29
}
0 commit comments