We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6a792 commit 826d3a4Copy full SHA for 826d3a4
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "mobx-vm-entities",
+ "name": "mobx-view-model",
3
"version": "5.2.4",
4
"scripts": {
5
"clean": "rimraf dist",
post-build.mjs
@@ -17,7 +17,6 @@ postBuildScript({
17
githubRepoLink: 'https://github.com/js2me/mobx-view-model',
18
cleanupCommand: 'pnpm clean',
19
targetPackageJson,
20
- otherNames: ['mobx-view-model']
21
})
22
}
23
0 commit comments