Skip to content

Commit 779a7bf

Browse files
committed
update config to publish to github package registry
1 parent ca7846d commit 779a7bf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@OWNER:registry=https://npm.pkg.github.com/

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "html-table-parser",
2+
"name": "@autifyhq/html-table-parser",
33
"version": "0.0.1",
44
"description": "Parse html tables and convert to json",
55
"main": "dist/html-table-parser.js",
@@ -10,7 +10,7 @@
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "git+ssh://git@github.com/autifyhq/html-table-parser.git"
13+
"url": "git://github.com/autifyhq/html-table-parser.git"
1414
},
1515
"author": "moriyak",
1616
"license": "ISC",

0 commit comments

Comments
 (0)