diff --git a/package.json b/package.json index 8c1d2e6..168b7f4 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,13 @@ "test": "bun test", "build": "rm -rf ./dist ./types && tsc -p tsconfig.build.json && swc ./src --config-file .swcrc.cjs.json --out-dir ./dist/cjs --ignore **/*.test.ts --strip-leading-paths && swc ./src --config-file .swcrc.mjs.json --out-dir ./dist/mjs --ignore **/*.test.ts --strip-leading-paths && ./patch-dist-dirs.sh" }, + "publishConfig": { + "access": "public" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/ricsam/nafs.git" + }, "keywords": [ "fs", "nafs",