-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(update): beta release 2.0.0-beta.1 β
- Loading branch information
1 parent
1eea1a8
commit 07eb5da
Showing
3 changed files
with
27 additions
and
6 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": "1.0.0", | ||
"version": "2.0.0-rc.1", | ||
"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": { | ||
|
@@ -14,6 +14,7 @@ | |
"clean:schematics": "rm -rf dist/ngx-scrolltop/schematics/", | ||
"deploy:ghpages": "yarn build && yarn build:example && ngh --dir=dist/example", | ||
"publish:npmjs": "npm run syncprojects && npm run build && npm publish --folder dist/ngx-scrolltop", | ||
"publish:next": "yarn && yarn syncprojects && yarn build && yarn build:schematics && yarn test --configuration=ci && npm publish --folder dist/ngx-scrolltop --tag next", | ||
"gpr:setup": "yarn ts-node --project scripts/tsconfig.ts-node.json scripts/gpr-setup", | ||
"test": "ng test", | ||
"lint": "ng lint", | ||
|
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
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": "1.0.0", | ||
"version": "2.0.0-rc.1", | ||
"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": { | ||
|