Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

Commit

Permalink
2.0.0-alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkcz committed Feb 16, 2020
1 parent 2da0284 commit 54dd223
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"build": "yarn bundle",
"bundle": "tsdx build --name mobxReactLite --format=cjs,esm,umd --tsconfig tsconfig.build.json",
"prepublishOnly": "yarn build",
"dedup": "npx yarn-deduplicate -s fewer yarn.lock"
"dedup": "npx yarn-deduplicate -s fewer yarn.lock",
"nextVersion": "npm version prerelease --preid alpha"
},
"author": "Daniel K.",
"license": "MIT",
Expand Down

0 comments on commit 54dd223

Please sign in to comment.