Skip to content

Commit 0a59f09

Browse files
committed
v0.4.10
1 parent e13323b commit 0a59f09

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux-devtools-extension",
3-
"version": "0.4.9",
3+
"version": "0.4.10",
44
"description": "DevTools extension for Redux",
55
"scripts": {
66
"start": "gulp",
@@ -23,6 +23,7 @@
2323
],
2424
"license": "MIT",
2525
"devDependencies": {
26+
"babel-cli": "^6.3.17",
2627
"babel-core": "^6.3.15",
2728
"babel-eslint": "^4.1.6",
2829
"babel-loader": "^6.2.0",

src/browser/extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.4.9",
2+
"version": "0.4.10",
33
"name": "Redux DevTools",
44
"short_name": "Redux DevTools",
55
"description": "DevTools for Redux with actions history, undo and replay.",

0 commit comments

Comments
 (0)