diff --git a/package.json b/package.json index e7c1de6..3b491fd 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,9 @@ "type": "git", "url": "git+https://github.com/igorivaniuk/telegraf-session-redis.git" }, + "publishConfig": { + "access": "public" + }, "license": "MIT", "engines": { "node": ">=10.0.0" @@ -120,4 +123,4 @@ "peerDependencies": { "telegraf": "^3.27.1" } -} \ No newline at end of file +}