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 ddb48e7a62b131732266a4140a3645640d0cd62d
parent 59457c767e9066bb3d180297aabf478c11babf3d
Author: Agastya Chandrakant <me@hanabi.in>
Date:   Wed, 16 Oct 2019 17:26:47 +0530

undo

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

diff --git a/.npmrc b/.npmrc @@ -1 +0,0 @@ -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://github.com/acagastya/jsonify-my-table.git" + "url": "git+https://github.com/acagastya/jsonify-my-table.git" }, "keywords": [ "table", @@ -19,8 +19,5 @@ "bugs": { "url": "https://github.com/acagastya/jsonify-my-table/issues" }, - "homepage": "https://github.com/acagastya/jsonify-my-table#readme", - "publishConfig": { - "registry": "https://npm.pkg.github.com/" - } + "homepage": "https://github.com/acagastya/jsonify-my-table#readme" }