-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improved repository settings in package.json
- Loading branch information
alex
committed
Mar 4, 2024
1 parent
9f7168e
commit c59e6a3
Showing
3 changed files
with
18 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 |
---|---|---|
|
@@ -3,9 +3,13 @@ | |
"private": false, | ||
"version": "0.0.10", | ||
"description": "Polyfill for scrollend event", | ||
"repository": "https://github.com/nowaalex/af-utils.git", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/nowaalex/af-utils.git", | ||
"directory": "packages/polyfills/scrollend-polyfill" | ||
}, | ||
"homepage": "https://af-utils.vercel.app/scrollend-polyfill", | ||
"bugs": "https://github.com/nowaalex/af-utils/issues", | ||
"homepage": "https://af-utils.vercel.app/", | ||
"author": "Alex Fomin <[email protected]> (https://github.com/nowaalex/)", | ||
"license": "MIT", | ||
"scripts": { | ||
|
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 |
---|---|---|
|
@@ -3,9 +3,13 @@ | |
"private": false, | ||
"version": "0.0.20", | ||
"description": "Model for rendering large scrollable data", | ||
"repository": "https://github.com/nowaalex/af-utils.git", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/nowaalex/af-utils.git", | ||
"directory": "packages/virtual/core" | ||
}, | ||
"homepage": "https://af-utils.vercel.app/virtual", | ||
"bugs": "https://github.com/nowaalex/af-utils/issues", | ||
"homepage": "https://af-utils.vercel.app/", | ||
"author": "Alex Fomin <[email protected]> (https://github.com/nowaalex/)", | ||
"license": "MIT", | ||
"sideEffects": false, | ||
|
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 |
---|---|---|
|
@@ -3,9 +3,13 @@ | |
"private": false, | ||
"version": "0.0.22", | ||
"description": "React components and hooks for rendering large scrollable data", | ||
"repository": "https://github.com/nowaalex/af-utils.git", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/nowaalex/af-utils.git", | ||
"directory": "packages/virtual/react" | ||
}, | ||
"homepage": "https://af-utils.vercel.app/virtual", | ||
"bugs": "https://github.com/nowaalex/af-utils/issues", | ||
"homepage": "https://af-utils.vercel.app/", | ||
"author": "Alex Fomin <[email protected]> (https://github.com/nowaalex/)", | ||
"license": "MIT", | ||
"sideEffects": false, | ||
|