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

Commit

Permalink
6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkcz committed Apr 8, 2020
1 parent 228121d commit 85ca787
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobx-react",
"version": "6.2.1",
"version": "6.2.2",
"description": "React bindings for MobX. Create fully reactive components.",
"source": "src/index.ts",
"main": "dist/index.js",
Expand All @@ -10,7 +10,9 @@
"module": "dist/mobxreact.esm.js",
"react-native": "dist/mobxreact.esm.js",
"types": "dist/index.d.ts",
"sideEffects": ["batching*"],
"sideEffects": [
"batching*"
],
"repository": {
"type": "git",
"url": "https://github.com/mobxjs/mobx-react.git"
Expand Down

0 comments on commit 85ca787

Please sign in to comment.