-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename the project and release v1.0.0
- Loading branch information
1 parent
3652532
commit 6e4b70f
Showing
1 changed file
with
8 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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", | ||
|
@@ -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", | ||
|
@@ -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" | ||
} | ||
} |