Skip to content

Commit fab87b2

Browse files
authored
Add package.json export to pg-cloudflare (brianc#3506)
* Update package.json * Update package.json * Update package.json
1 parent c8fb1e9 commit fab87b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/pg-cloudflare/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"require": "./dist/index.js"
1717
},
1818
"default": "./dist/empty.js"
19-
}
19+
},
20+
"./package.json": "./package.json"
2021
},
2122
"scripts": {
2223
"build": "tsc",

0 commit comments

Comments
 (0)