jsonify-my-table

Convert a HTML table to JSON
git clone http://git.hanabi.in/repos/jsonify-my-table.git
Log | Files | Refs | LICENSE

commit 59457c767e9066bb3d180297aabf478c11babf3d
parent 62dc88f8ac2cd1c53ef50f2549071629968937f6
Author: Agastya Chandrakant <me@hanabi.in>
Date:   Wed, 16 Oct 2019 17:25:28 +0530

last try for ghp

Diffstat:
A.npmrc | 2++
Mpackage.json | 7+++++--
2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/.npmrc b/.npmrc @@ -0,0 +1 @@ +registry=https://npm.pkg.github.com/acagastya +\ No newline at end of file diff --git a/package.json b/package.json @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/acagastya/jsonify-my-table.git" + "url": "git://github.com/acagastya/jsonify-my-table.git" }, "keywords": [ "table", @@ -19,5 +19,8 @@ "bugs": { "url": "https://github.com/acagastya/jsonify-my-table/issues" }, - "homepage": "https://github.com/acagastya/jsonify-my-table#readme" + "homepage": "https://github.com/acagastya/jsonify-my-table#readme", + "publishConfig": { + "registry": "https://npm.pkg.github.com/" + } }