Skip to content

Commit

Permalink
Fix/peerdep (#169)
Browse files Browse the repository at this point in the history
* fix: to work with 7.0.0-rc.0

* fix: update version number
  • Loading branch information
maxisam authored Oct 11, 2018
1 parent f6b3044 commit ca7fef2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions projects/ngx-clipboard/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-clipboard",
"description": "angular 2 clipboard",
"version": "11.1.8",
"version": "11.1.9",
"author": {
"name": "Sam Lin",
"email": "maxisam@gmail.com"
Expand All @@ -22,10 +22,10 @@
"copy"
],
"dependencies": {
"ngx-window-token": "^1.0.1"
"ngx-window-token": "^1.0.2"
},
"peerDependencies": {
"@angular/common": ">=6.0.0",
"@angular/core": ">=6.0.0"
"@angular/common": ">=6.0.0 || ^7.0.0-rc.0",
"@angular/core": ">=6.0.0 || ^7.0.0-rc.0"
}
}

0 comments on commit ca7fef2

Please sign in to comment.