Skip to content

Commit 67df88c

Browse files
authored
Updated package.json. (#7)
1 parent 6c558fa commit 67df88c

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

package.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "api-snippets",
2+
"name": "@mojaloop/api-snippets",
33
"version": "1.0.0",
44
"description": "Mojaloop API specification reusable snippets",
55
"scripts": {
@@ -8,6 +8,22 @@
88
"audit:resolve": "SHELL=sh resolve-audit --production",
99
"audit:check": "SHELL=sh check-audit --production"
1010
},
11+
"repository": {
12+
"type": "git",
13+
"url": "git+https://github.com/mojaloop/api-snippets.git"
14+
},
15+
"bugs": {
16+
"url": "https://github.com/mojaloop/api-snippets/issues"
17+
},
18+
"homepage": "https://github.com/mojaloop/api-snippets#readme",
19+
"keywords": [
20+
"api",
21+
"snippets"
22+
],
23+
"author": "ModusBox",
24+
"contributors": [
25+
"ModusBox"
26+
],
1127
"license": "Apache-2.0",
1228
"dependencies": {
1329
"commander": "^2.19.0",
@@ -18,5 +34,8 @@
1834
"diff": "^4.0.1",
1935
"multi-file-swagger": "^2.3.0",
2036
"npm-audit-resolver": "2.2.0"
37+
},
38+
"publishConfig": {
39+
"registry": "https://registry.npmjs.org/"
2140
}
2241
}

0 commit comments

Comments
 (0)