mirror of https://codeberg.org/pzp/pzp-db.git
different type of package.json exports
This commit is contained in:
parent
cea1483d3c
commit
dcab315fe5
|
@ -12,8 +12,12 @@
|
||||||
"node": ">=16"
|
"node": ">=16"
|
||||||
},
|
},
|
||||||
"exports": {
|
"exports": {
|
||||||
".": "./index.js",
|
".": {
|
||||||
"./feed-v1": "./lib/feed-v1/index.js"
|
"require": "./index.js"
|
||||||
|
},
|
||||||
|
"./feed-v1": {
|
||||||
|
"require": "./lib/feed-v1/index.js"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"author": "Andre Staltz <contact@staltz.com>",
|
"author": "Andre Staltz <contact@staltz.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Loading…
Reference in New Issue