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/" } }