Skip to content

Commit

Permalink
Bumping version 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
firejune committed May 26, 2016
1 parent 6756a62 commit c9db64d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-react-devtools",
"version": "0.2.2",
"version": "0.2.3",
"description": "React DevTools Extension for Electron",
"main": "./api.js",
"repository": {
Expand All @@ -26,8 +26,10 @@
],
"homepage": "https://github.com/electron/electron-react-devtools#readme",
"dependencies": {
"babel-runtime": "^6.9.0",
"es6-symbol": "3.0.2",
"fbjs": "0.8.2",
"immutable": "3.8.1",
"object-assign": "4.1.0",
"portfinder": "^1.0.3",
"ws": "^1.1.0"
},
Expand All @@ -37,21 +39,17 @@
"babel-jest": "12.1.0",
"babel-loader": "6.2.4",
"babel-plugin-transform-remove-console": "^6.8.0",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "6.5.0",
"babel-preset-stage-0": "6.5.0",
"classnames": "2.2.5",
"es6-symbol": "3.0.2",
"eslint": "2.10.2",
"eslint-plugin-react": "5.1.1",
"fbjs": "0.8.2",
"fbjs-scripts": "0.7.0",
"flow-bin": "0.23.0",
"jest-cli": "12.1.0",
"json-loader": "0.5.4",
"node-libs-browser": "1.0.0",
"object-assign": "4.1.0",
"raw-loader": "^0.5.1",
"react": "15.1.0",
"react-addons-create-fragment": "15.1.0",
Expand Down

0 comments on commit c9db64d

Please sign in to comment.