Skip to content

Commit

Permalink
fix: repository links and silence angular 7 install warning
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Oct 19, 2018
1 parent 07f1dfd commit 9746073
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"repository": {
"type": "git",
"url": "https://github.com/ng-select/ng-select.git"
},
"repository": "ng-select/ng-select",
"engines": {
"node": ">= 6.9.0",
"npm": ">= 3.0.0"
Expand Down
8 changes: 4 additions & 4 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Angular ng-select - All in One UI Select, Multiselect and Autocomplete",
"author": "@ng-select/ng-select",
"license": "MIT",
"repository": "git@github.com:ng-select/ng-select.git",
"repository": "ng-select/ng-select",
"engines": {
"node": ">= 6.9.0",
"npm": ">= 3.0.0"
Expand All @@ -21,9 +21,9 @@
"angular4"
],
"peerDependencies": {
"@angular/common": ">=6.0.0 <7.0.0",
"@angular/core": ">=6.0.0 <7.0.0",
"@angular/forms": ">=6.0.0 <7.0.0"
"@angular/common": ">=6.0.0 <8.0.0",
"@angular/core": ">=6.0.0 <8.0.0",
"@angular/forms": ">=6.0.0 <8.0.0"
},
"ngPackage": {
"lib": {
Expand Down

0 comments on commit 9746073

Please sign in to comment.