Skip to content
This repository was archived by the owner on Oct 9, 2021. It is now read-only.

Commit 9ff7e44

Browse files
committed
fixed ng2-bootstrap warning
1 parent f072e1e commit 9ff7e44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2-datepicker",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Angular2 date picker",
55
"keywords": [
66
"Angular2",

webpack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ module.exports = {
6767
'@angular/platform-browser-dynamic',
6868
'rxjs',
6969
'zone.js',
70-
'ng2-bootstrap'
70+
'ng2-bootstrap/ng2-bootstrap'
7171
]
7272
},
7373

0 commit comments

Comments
 (0)