Skip to content

Commit

Permalink
Fix wrong package name for dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkcz committed Nov 7, 2020
1 parent 0b5197a commit b7aa9d3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/five-students-sneeze.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"mobx-react": patch
"mobx-react-lite": patch
---

Fixed wrong package name for dist files
2 changes: 1 addition & 1 deletion packages/mobx-react-lite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
],
"scripts": {
"lint": "eslint src/**/* --ext .js,.ts,.tsx",
"build": "node ../../scripts/build.js mobx-react-lite",
"build": "node ../../scripts/build.js mobxreactlite",
"build:test": "yarn build --target test",
"test": "jest",
"test:size": "yarn import-size --report . observer useLocalObservable",
Expand Down
2 changes: 1 addition & 1 deletion packages/mobx-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
],
"scripts": {
"lint": "eslint src/**/* --ext .js,.ts,.tsx",
"build": "node ../../scripts/build.js mobx-react",
"build": "node ../../scripts/build.js mobxreact",
"build:test": "yarn build --target test",
"test": "jest",
"test:size": "yarn import-size --report . observer",
Expand Down

0 comments on commit b7aa9d3

Please sign in to comment.