Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
fix angular 5 min dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
clouless committed Mar 29, 2018
1 parent a48fd77 commit e8b3092
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"COMMENT": "THIS FILE WILL BE PARSED DURING BUILD. IT IS NOT THE ACTUAL PACKAGE FILE PUSHE TO NPMJS!",
"name": "@cloukit/toggle",
"moduleId": "toggle",
"version": "1.9.0",
"version": "1.9.1",
"description": "A toggle component that can be used in an Angular Reactive Form for a boolean.",
"license": "MIT",
"author": "codelcou.io",
Expand All @@ -18,15 +18,15 @@
"test": "echo \"ok\""
},
"dependencies": {
"@cloukit/theme": ">=1.6.1"
"@cloukit/theme": ">=1.7.0"
},
"devDependencies": {
"@cloukit/library-build-chain": "1.17.1",
"@cloukit/story": "1.3.0"
},
"peerDependencies": {
"@angular/common": ">=4.0.0",
"@angular/core": ">=4.0.0",
"@angular/common": ">=5.0.0",
"@angular/core": ">=5.0.0",
"rxjs": ">=5.0.0",
"zone.js": ">=0.8.0"
}
Expand Down

0 comments on commit e8b3092

Please sign in to comment.