diff --git a/package.json b/package.json index be7aa81..d6db6dd 100644 --- a/package.json +++ b/package.json @@ -99,5 +99,8 @@ "homepage": "https://domino.felipemateus.com", "bin": { "domino-game": "bin/cli.js" - } + }, + "publishConfig": { + "registry":"https://npm.pkg.github.com" + } }