Skip to content

Commit

Permalink
Bumping version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
firejune committed May 26, 2016
1 parent 5404c05 commit e5f6ea6
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"name": "electron-react-devtools",
"version": "0.2.0",
"version": "0.2.1",
"description": "React DevTools Extension for Electron",
"main": "./api.js",
"repository": {
"type": "git",
"url": "git+https://github.com/firejune/electron-react-devtools.git"
},
"author": "Joon Kyoung",
"author": {
"name": "Joon Kyoung",
"email": "[email protected]",
"url": "http://firejune.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/firejune/electron-react-devtools/issues"
Expand All @@ -22,16 +26,17 @@
],
"homepage": "https://github.com/electron/electron-react-devtools#readme",
"dependencies": {
"portfinder": "^1.0.3",
"ws": "*"
},
"devDependencies": {
"babel-core": "6.9.0",
"babel-eslint": "6.0.4",
"babel-jest": "12.1.0",
"babel-loader": "6.2.4",
"babel-plugin-transform-es2015-function-name": "^6.9.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.8.0",
"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",
Expand Down Expand Up @@ -60,4 +65,4 @@
"test": "node --harmony ./node_modules/.bin/jest",
"typecheck": "flow check"
}
}
}

0 comments on commit e5f6ea6

Please sign in to comment.