mirror of https://codeberg.org/pzp/pzp-db.git
add msg-v2 exports in package.json
This commit is contained in:
parent
393c0e4827
commit
a4e94f1702
|
@ -16,6 +16,9 @@
|
|||
},
|
||||
"./feed-v1": {
|
||||
"require": "./lib/feed-v1/index.js"
|
||||
},
|
||||
"./msg-v2": {
|
||||
"require": "./lib/msg-v2/index.js"
|
||||
}
|
||||
},
|
||||
"type": "commonjs",
|
||||
|
|
Loading…
Reference in New Issue