diff --git a/package.json b/package.json index 45825c3..a9fc27e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "gifflar", - "version": "1.0.0-alpha", + "name": "@gifflar/core", + "version": "1.0.1-alpha", "description": "", "main": "index.js", "bin": { @@ -26,6 +26,9 @@ "bugs": { "url": "https://github.com/GifflarJS-Framework/core.git/issues" }, + "publishConfig": { + "access": "public" + }, "homepage": "https://github.com/GifflarJS-Framework/core.git#readme", "devDependencies": { "@babel/cli": "^7.17.0", @@ -52,4 +55,4 @@ "tsyringe": "^4.6.0", "typescript": "4.6.3" } -} +} \ No newline at end of file