Skip to content

Commit babb278

Browse files
committed
Update package.json
1 parent 254781b commit babb278

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ node_modules
33
.DS_Store
44
lib
55
coverage
6+
.idea

package.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "redux-devtools-log-monitor",
2+
"name": "redux-devtools-log-monitor-filtrable",
33
"version": "1.0.1",
4-
"description": "The default tree view monitor for Redux DevTools",
4+
"description": "Redux DevTools tree view monitor with the ability to filter actions.",
55
"main": "lib/index.js",
66
"scripts": {
77
"clean": "rimraf lib",
@@ -13,7 +13,7 @@
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/gaearon/redux-devtools-log-monitor.git"
16+
"url": "https://github.com/zalmoxisus/redux-devtools-log-monitor-filtarable.git"
1717
},
1818
"keywords": [
1919
"redux",
@@ -24,7 +24,10 @@
2424
"time travel",
2525
"live edit"
2626
],
27-
"author": "Dan Abramov <[email protected]> (http://github.com/gaearon)",
27+
"authors": [
28+
"Mihail Diordiev <[email protected]> (https://github.com/zalmoxisus)",
29+
"Dan Abramov <[email protected]> (http://github.com/gaearon)"
30+
],
2831
"license": "MIT",
2932
"bugs": {
3033
"url": "https://github.com/gaearon/redux-devtools-log-monitor/issues"

0 commit comments

Comments
 (0)