From 5eb4ae6fee7c12090e54dc8d1c83b6abc7e8011e Mon Sep 17 00:00:00 2001 From: Equan Pr Date: Sat, 13 Jun 2020 03:33:18 +0700 Subject: [PATCH] Update url ke organisasi sajenid --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f1f8d60..524399e 100644 --- a/package.json +++ b/package.json @@ -24,9 +24,9 @@ "author": "Equan Pr.", "license": "MIT", "bugs": { - "url": "https://github.com/junwatu/aksara.js/issues" + "url": "https://github.com/sajenid/aksara.js/issues" }, - "homepage": "https://github.com/junwatu/aksara.js#readme", + "homepage": "https://github.com/sajenid/aksara.js#readme", "devDependencies": { "@babel/core": "7.10.2", "@babel/preset-env": "7.10.2", @@ -37,5 +37,6 @@ "babel-jest": "26.0.1", "jest": "^26.0.1", "rollup": "^2.15.0" - } + }, + "publishConfig": { "registry": "https://npm.pkg.github.com/" } }