Skip to content

Commit 85d9a05

Browse files
committed
chore: correct browser entry and release 0.1.2
1 parent 6bb3850 commit 85d9a05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@mongoosejs/browser",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"private": false,
5-
"browser": "./dist/index.js",
5+
"browser": "./dist/mongoose.umd.js",
66
"scripts": {
77
"build": "rm -rf ./dist/* && node scripts/build-browser.js",
88
"postinstall": "playwright install-deps && playwright install chromium",

0 commit comments

Comments
 (0)