Skip to content

Commit

Permalink
Fix babel-runtime module load error.
Browse files Browse the repository at this point in the history
  • Loading branch information
firejune committed May 26, 2016
1 parent 6fdb85b commit 323e68d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Binary file modified build/react-devtools-chrome.zip
Binary file not shown.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-react-devtools",
"version": "0.2.1",
"version": "0.2.2",
"description": "React DevTools Extension for Electron",
"main": "./api.js",
"repository": {
Expand All @@ -26,9 +26,10 @@
],
"homepage": "https://github.com/electron/electron-react-devtools#readme",
"dependencies": {
"portfinder": "^1.0.3",
"babel-runtime": "^6.9.0",
"immutable": "3.8.1",
"ws": "*"
"portfinder": "^1.0.3",
"ws": "^1.1.0"
},
"devDependencies": {
"babel-core": "6.9.0",
Expand Down

0 comments on commit 323e68d

Please sign in to comment.