Skip to content

Commit

Permalink
1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jvt committed Dec 26, 2017
1 parent 844cc83 commit 963bfa2
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "redux-devtools-dock-monitor",
"version": "1.1.2",
"version": "1.1.3",
"description": "A resizable and movable dock for Redux DevTools monitors",
"main": "lib/index.js",
"files": ["lib", "src"],
"files": [
"lib",
"src"
],
"scripts": {
"clean": "rimraf lib",
"build": "babel src --out-dir lib",
Expand All @@ -16,7 +19,15 @@
"type": "git",
"url": "https://github.com/gaearon/redux-devtools-dock-monitor.git"
},
"keywords": ["redux", "devtools", "flux", "react", "hot reloading", "time travel", "live edit"],
"keywords": [
"redux",
"devtools",
"flux",
"react",
"hot reloading",
"time travel",
"live edit"
],
"author": "Dan Abramov <dan.abramov@me.com> (http://github.com/gaearon)",
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit 963bfa2

Please sign in to comment.