Skip to content

Commit

Permalink
fix(lib): updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrasmietana committed Jul 30, 2019
1 parent 3fe7c77 commit 9b15ec7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/Newforma/ngx-scroll-to.git"
"url": "git+https://github.com/nicky-lenaers/ngx-scroll-to.git"
},
"homepage": "https://github.com/nicky-lenaers/ngx-scroll-to#readme",
"bugs": {
Expand Down
6 changes: 3 additions & 3 deletions projects/ngx-scroll-to/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nicky-lenaers/ngx-scroll-to",
"description": "A simple Angular 4+ plugin enabling you to smooth scroll to any element on your page and enhance scroll-based features in your app.",
"version": "2.0.1",
"version": "3.0.0",
"scripts": {
"build": "ng build"
},
Expand Down Expand Up @@ -52,7 +52,7 @@
"npm": ">=6.0.0"
},
"peerDependencies": {
"@angular/common": "^7.1.0",
"@angular/core": "^7.1.0"
"@angular/common": "^8.0.0",
"@angular/core": "^8.0.0"
}
}

0 comments on commit 9b15ec7

Please sign in to comment.