diff --git a/package.json b/package.json index 0fb33ce..1d214f2 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,9 @@ "name": "@codingame/esbuild-import-meta-url-plugin", "version": "0.0.0-semantic-release", "private": false, + "publishConfig": { + "access": "public" + }, "description": "Esbuild plugin allowing to use t he `new URL(..., import.meta.url)` syntax", "type": "module", "module": "dist/esbuildImportMetaUrlPlugin.js",