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

Commit af81a89

Browse files
author
clouless
committed
v6.0.1 fix peerDependencies
1 parent 752a1ca commit af81a89

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"name": "@cloukit/tooltip",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"peerDependencies": {
55
"@angular/common": "^6.0.0-rc.0 || ^6.0.0",
6-
"@angular/core": "^6.0.0-rc.0 || ^6.0.0"
6+
"@angular/core": "^6.0.0-rc.0 || ^6.0.0",
7+
"@cloukit/dropout": "^6.0.0",
8+
"@cloukit/theme": "^6.0.0"
79
}
810
}

0 commit comments

Comments
 (0)