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 62dc88f8ac2cd1c53ef50f2549071629968937f6
parent 95fbdece23b3931bd08806c9a4de51db87d8ffbc
Author: Agastya Chandrakant <me@hanabi.in>
Date:   Wed, 16 Oct 2019 17:19:48 +0530

revert

Diffstat:
D.npmrc | 2--
Mpackage.json | 9+++------
2 files changed, 3 insertions(+), 8 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 @@ -1,6 +1,6 @@ { "name": "jsonify-my-table", - "version": "1.1.0", + "version": "1.1.1", "description": "Convert a HTML table to JSON", "main": "jsonify-my-table.js", "scripts": { @@ -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" }