-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(update): major release 17.0.0 💥
- Loading branch information
1 parent
23d5848
commit 4df42b1
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ngx-scrolltop", | ||
"version": "7.0.0", | ||
"version": "17.0.0", | ||
"description": "Lightweight, Material Design inspired button for scroll-to-top of the page. No dependencies. Pure Angular!", | ||
"author": "Lukas Bartak <[email protected]> (https://github.com/bartholomej)", | ||
"scripts": { | ||
|
@@ -121,4 +121,4 @@ | |
"publishConfig": { | ||
"registry": "https://registry.npmjs.org" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ngx-scrolltop", | ||
"version": "7.0.0", | ||
"version": "17.0.0", | ||
"description": "Lightweight, Material Design inspired button for scroll-to-top of the page. No dependencies. Pure Angular!", | ||
"author": "Lukas Bartak <[email protected]> (https://github.com/bartholomej)", | ||
"peerDependencies": { | ||
|