We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa6964 commit e8591a8Copy full SHA for e8591a8
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ng2-redux",
3
- "version": "4.0.0-beta.0",
+ "version": "4.0.0-beta.1",
4
"description": "Angular 2 bindings for Redux",
5
"main": "./lib/index.js",
6
"scripts": {
@@ -93,13 +93,14 @@
93
"ts-node/register"
94
],
95
"reporter": [
96
- "lcov", "text"
+ "lcov",
97
+ "text"
98
99
"all": true,
100
"check-coverage": true,
101
"lines": 60,
102
"branches": 60,
103
"functions": 60,
- "statements": 60
104
+ "statements": 60
105
}
106
0 commit comments