From 28b186a023bd76a4c5d61031b49101ec5aa0cad6 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Thu, 31 Oct 2019 09:22:24 +0700 Subject: [PATCH] updated package info --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 951a319..9ba42c3 100644 --- a/package.json +++ b/package.json @@ -23,5 +23,6 @@ "homepage": "https://github.com/SomboChea/booler#readme", "devDependencies": { "mocha": "^6.2.2" - } + }, + "publishConfig": { "registry": "https://npm.pkg.github.com/" } }