Skip to content

Commit

Permalink
Rename the project and release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zalmoxisus committed Dec 26, 2015
1 parent 3652532 commit 6e4b70f
Showing 1 changed file with 8 additions and 15 deletions.
23 changes: 8 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "redux-devtools-log-monitor-filterable",
"version": "1.0.1",
"description": "Redux DevTools tree view monitor with the ability to filter actions.",
"name": "redux-devtools-filter-actions",
"version": "1.0.0",
"description": "A composable monitor for Redux DevTools with the ability to filter actions.",
"main": "lib/index.js",
"files": ["lib"],
"scripts": {
"clean": "rimraf lib",
"build": "babel src --out-dir lib",
Expand All @@ -13,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/zalmoxisus/redux-devtools-log-monitor-filtarable.git"
"url": "https://github.com/zalmoxisus/redux-devtools-filter-actions.git"
},
"keywords": [
"redux",
Expand All @@ -24,15 +25,12 @@
"time travel",
"live edit"
],
"authors": [
"Mihail Diordiev <[email protected]> (https://github.com/zalmoxisus)",
"Dan Abramov <[email protected]> (http://github.com/gaearon)"
],
"author": "Mihail Diordiev <[email protected]> (https://github.com/zalmoxisus)",
"license": "MIT",
"bugs": {
"url": "https://github.com/gaearon/redux-devtools-log-monitor/issues"
"url": "https://github.com/zalmoxisus/redux-devtools-filter-actions/issues"
},
"homepage": "https://github.com/gaearon/redux-devtools-log-monitor",
"homepage": "https://github.com/zalmoxisus/redux-devtools-filter-actions",
"devDependencies": {
"babel-cli": "^6.3.15",
"babel-core": "^6.1.20",
Expand All @@ -53,10 +51,5 @@
"peerDependencies": {
"react": "^0.14.0",
"redux-devtools": "^3.0.0"
},
"dependencies": {
"react-json-tree": "^0.3.0",
"react-pure-render": "^1.0.2",
"redux-devtools-themes": "^1.0.0"
}
}

0 comments on commit 6e4b70f

Please sign in to comment.