Skip to content

Commit e20595e

Browse files
committed
Merge pull request #87 from flskif/master
Fix build for 0.6
2 parents 1ff6a02 + 5705b85 commit e20595e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"dialog"
6363
],
6464
"browserify-shim": {
65-
"react": "global:React"
65+
"react": "global:React",
66+
"react-dom": "global:ReactDOM"
6667
}
67-
}
68+
}

0 commit comments

Comments
 (0)