Skip to content

Commit bd844fd

Browse files
authored
#3 Updates package.json repository url
2 parents 265889a + 6594875 commit bd844fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"repository": {
2828
"type": "git",
29-
"url": "https://gitlab.local.corunet.com/oss/api-generator/openapi-nodejs-cli.git"
29+
"url": "https://github.com/corunet/openapi-nodejs-cli.git"
3030
},
3131
"devDependencies": {
3232
"@types/jest": "^27.5.0",

src/package.production.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"repository": {
1919
"type": "git",
20-
"url": "https://gitlab.local.corunet.com/oss/api-generator/openapi-nodejs-cli.git"
20+
"url": "https://github.com/corunet/openapi-nodejs-cli.git"
2121
},
2222
"dependencies": {
2323
"axios": "^0.26.1",

0 commit comments

Comments
 (0)