diff --git a/packages/infrastructure/eslint-config/package.json b/packages/infrastructure/eslint-config/package.json index 5bc67bb42b..21436606fc 100644 --- a/packages/infrastructure/eslint-config/package.json +++ b/packages/infrastructure/eslint-config/package.json @@ -15,8 +15,8 @@ "./prettier": "./prettier-config.json" }, "files": [ - "./eslint-config.js", - "./prettier-config.json" + "eslint-config.js", + "prettier-config.json" ], "repository": { "type": "git", diff --git a/packages/node-fetch/package.json b/packages/node-fetch/package.json index 009158810d..4107ff54f3 100644 --- a/packages/node-fetch/package.json +++ b/packages/node-fetch/package.json @@ -8,8 +8,8 @@ "access": "public", "registry": "https://registry.npmjs.org/" }, - "main": "./dist/index.cjs", - "types": "./dist/index.d.ts", + "main": "dist/index.cjs", + "types": "dist/index.d.ts", "type": "module", "files": [ "dist"