1.6.0
Showing
+44 -6
{ | ||
"name": "ng2-bootstrap-base", | ||
"version": "1.5.0", | ||
"version": "1.6.0", | ||
"description": "Native Angular Bootstrap Components", | ||
"private": true, | ||
"scripts": { | ||
... | ... | @@ -59,10 +59,10 @@ |
"moment": "2.18.1" | ||
}, | ||
"peerDependencies": { | ||
"@angular/common": "^2.3.1", | ||
"@angular/compiler": "^2.3.1", | ||
"@angular/core": "^2.3.1", | ||
"@angular/forms": "^2.3.1" | ||
"@angular/common": "^2.3.1 || >=4.0.0", | ||
"@angular/compiler": "^2.3.1 || >=4.0.0", | ||
"@angular/core": "^2.3.1 || >=4.0.0", | ||
"@angular/forms": "^2.3.1 || >=4.0.0" | ||
}, | ||
"devDependencies": { | ||
"@angular/cli": "1.0.0", | ||
... | ... |
Please register or sign in to comment