Skip to content

Commit

Permalink
improved repository settings in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Mar 4, 2024
1 parent 9f7168e commit c59e6a3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
8 changes: 6 additions & 2 deletions packages/polyfills/scrollend-polyfill/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
8 changes: 6 additions & 2 deletions packages/virtual/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
8 changes: 6 additions & 2 deletions packages/virtual/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c59e6a3

Please sign in to comment.