commit 522c23828c7ab0bd941741ca8fb5576bdfd685c2 parent 7f4c9bb91d5ceac258393d2808d1bcc3bd828469 Author: Agastya Chandrakant <me@hanabi.in> Date: Wed, 16 Oct 2019 17:10:44 +0530 add publishConfig Diffstat:
M | package.json | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/package.json b/package.json @@ -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/" + } }