Skip to content

Commit c249005

Browse files
committed
fix: build
1 parent 1426975 commit c249005

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

.changeset/evil-buses-jump.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"mobx-view-model": patch
3+
---
4+
5+
fixed build

package.json

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -86,19 +86,5 @@
8686
"vitest": "^3.1.2",
8787
"zshy": "^0.4.2"
8888
},
89-
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903",
90-
"files": [
91-
"dist"
92-
],
93-
"main": "./dist/index.cjs",
94-
"module": "./dist/index.js",
95-
"types": "./dist/index.d.cts",
96-
"exports": {
97-
"./package.json": "./package.json",
98-
".": {
99-
"types": "./dist/index.d.cts",
100-
"import": "./dist/index.js",
101-
"require": "./dist/index.cjs"
102-
}
103-
}
89+
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
10490
}

0 commit comments

Comments
 (0)