Skip to content

Commit e8591a8

Browse files
committed
4.0.0-beta.1
1 parent 0fa6964 commit e8591a8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng2-redux",
3-
"version": "4.0.0-beta.0",
3+
"version": "4.0.0-beta.1",
44
"description": "Angular 2 bindings for Redux",
55
"main": "./lib/index.js",
66
"scripts": {
@@ -93,13 +93,14 @@
9393
"ts-node/register"
9494
],
9595
"reporter": [
96-
"lcov", "text"
96+
"lcov",
97+
"text"
9798
],
9899
"all": true,
99100
"check-coverage": true,
100101
"lines": 60,
101102
"branches": 60,
102103
"functions": 60,
103-
"statements": 60
104+
"statements": 60
104105
}
105106
}

0 commit comments

Comments
 (0)