mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
Add package.json in exports (#3488)
This commit is contained in:
parent
7ab5923fad
commit
114a03e887
@ -25,6 +25,9 @@
|
||||
"require": "./lib/index.js",
|
||||
"default": "./lib/index.js"
|
||||
},
|
||||
"./package.json": {
|
||||
"default": "./package.json"
|
||||
},
|
||||
"./lib/*": {
|
||||
"import": "./lib/*",
|
||||
"require": "./lib/*",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user