File tree Expand file tree Collapse file tree 1 file changed +8
-15
lines changed Expand file tree Collapse file tree 1 file changed +8
-15
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " redux-devtools-log-monitor-filterable " ,
3- "version" : " 1.0.1 " ,
4- "description" : " Redux DevTools tree view monitor with the ability to filter actions." ,
2+ "name" : " redux-devtools-filter-actions " ,
3+ "version" : " 1.0.0 " ,
4+ "description" : " A composable monitor for Redux DevTools with the ability to filter actions." ,
55 "main" : " lib/index.js" ,
6+ "files" : [" lib" ],
67 "scripts" : {
78 "clean" : " rimraf lib" ,
89 "build" : " babel src --out-dir lib" ,
1314 },
1415 "repository" : {
1516 "type" : " git" ,
16- "url" : " https://github.com/zalmoxisus/redux-devtools-log-monitor-filtarable .git"
17+ "url" : " https://github.com/zalmoxisus/redux-devtools-filter-actions .git"
1718 },
1819 "keywords" : [
1920 " redux" ,
2425 " time travel" ,
2526 " live edit"
2627 ],
27- "authors" : [
28- " Mihail Diordiev <[email protected] > (https://github.com/zalmoxisus)" ,
29- " Dan Abramov <[email protected] > (http://github.com/gaearon)" 30- ],
28+ "author" :
" Mihail Diordiev <[email protected] > (https://github.com/zalmoxisus)" ,
3129 "license" : " MIT" ,
3230 "bugs" : {
33- "url" : " https://github.com/gaearon /redux-devtools-log-monitor /issues"
31+ "url" : " https://github.com/zalmoxisus /redux-devtools-filter-actions /issues"
3432 },
35- "homepage" : " https://github.com/gaearon /redux-devtools-log-monitor " ,
33+ "homepage" : " https://github.com/zalmoxisus /redux-devtools-filter-actions " ,
3634 "devDependencies" : {
3735 "babel-cli" : " ^6.3.15" ,
3836 "babel-core" : " ^6.1.20" ,
5351 "peerDependencies" : {
5452 "react" : " ^0.14.0" ,
5553 "redux-devtools" : " ^3.0.0"
56- },
57- "dependencies" : {
58- "react-json-tree" : " ^0.3.0" ,
59- "react-pure-render" : " ^1.0.2" ,
60- "redux-devtools-themes" : " ^1.0.0"
6154 }
6255}
You can’t perform that action at this time.
0 commit comments