We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e13323b commit 0a59f09Copy full SHA for 0a59f09
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "redux-devtools-extension",
3
- "version": "0.4.9",
+ "version": "0.4.10",
4
"description": "DevTools extension for Redux",
5
"scripts": {
6
"start": "gulp",
@@ -23,6 +23,7 @@
23
],
24
"license": "MIT",
25
"devDependencies": {
26
+ "babel-cli": "^6.3.17",
27
"babel-core": "^6.3.15",
28
"babel-eslint": "^4.1.6",
29
"babel-loader": "^6.2.0",
src/browser/extension/manifest.json
@@ -1,5 +1,5 @@
"name": "Redux DevTools",
"short_name": "Redux DevTools",
"description": "DevTools for Redux with actions history, undo and replay.",
0 commit comments