Skip to content

Commit 6e4b70f

Browse files
committedDec 26, 2015
Rename the project and release v1.0.0
1 parent 3652532 commit 6e4b70f

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed
 

‎package.json

+8-15
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
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",
@@ -13,7 +14,7 @@
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",
@@ -24,15 +25,12 @@
2425
"time travel",
2526
"live edit"
2627
],
27-
"authors": [
28-
"Mihail Diordiev <zalmoxisus@gmail.com> (https://github.com/zalmoxisus)",
29-
"Dan Abramov <dan.abramov@me.com> (http://github.com/gaearon)"
30-
],
28+
"author": "Mihail Diordiev <zalmoxisus@gmail.com> (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",
@@ -53,10 +51,5 @@
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
}

0 commit comments

Comments
 (0)
Please sign in to comment.