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

Commit

Permalink
v6.0.1 fix peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
clouless committed May 13, 2018
1 parent 752a1ca commit af81a89
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions projects/cloukit/tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "@cloukit/tooltip",
"version": "6.0.0",
"version": "6.0.1",
"peerDependencies": {
"@angular/common": "^6.0.0-rc.0 || ^6.0.0",
"@angular/core": "^6.0.0-rc.0 || ^6.0.0"
"@angular/core": "^6.0.0-rc.0 || ^6.0.0",
"@cloukit/dropout": "^6.0.0",
"@cloukit/theme": "^6.0.0"
}
}

0 comments on commit af81a89

Please sign in to comment.