add msg-v2 exports in package.json

This commit is contained in:
Andre Staltz 2023-05-25 17:50:29 +03:00
parent 393c0e4827
commit a4e94f1702
No known key found for this signature in database
GPG Key ID: 9EDE23EA7E8A4890
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@
}, },
"./feed-v1": { "./feed-v1": {
"require": "./lib/feed-v1/index.js" "require": "./lib/feed-v1/index.js"
},
"./msg-v2": {
"require": "./lib/msg-v2/index.js"
} }
}, },
"type": "commonjs", "type": "commonjs",