Skip to content

Commit fb4126c

Browse files
Evan Schultzsmithad15
Evan Schultz
authored andcommitted
v4.0.0-beta.0
1 parent 10dce6f commit fb4126c

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

packages/store/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng2-redux",
3-
"version": "3.3.9",
3+
"version": "4.0.0-beta.0",
44
"description": "Angular 2 bindings for Redux",
55
"main": "./lib/index.js",
66
"scripts": {
@@ -97,9 +97,9 @@
9797
],
9898
"all": true,
9999
"check-coverage": true,
100-
"lines": 77,
101-
"branches": 75,
102-
"functions": 67,
103-
"statements": 75
100+
"lines": 60,
101+
"branches": 60,
102+
"functions": 60,
103+
"statements": 60
104104
}
105105
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import { NgModule } from '@angular/core';
2+
import { NgRedux } from './ng-redux';
3+
4+
@NgModule({
5+
providers: [NgRedux]
6+
})
7+
export class NgReduxModule {
8+
9+
}

0 commit comments

Comments
 (0)