Skip to content

Commit

Permalink
add bugs and homepage fields to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuripetusko committed Jan 24, 2024
1 parent a0a43c5 commit 6400df3
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"name": "rmrk-js",
"version": "0.0.1",
"description": "The monorepo repository of RMRK EVM typescript libraries",
"bugs": "https://github.com/rmrk-team/rmrk-js/issues",
"homepage": "https://github.com/rmrk-team/rmrk-js",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions packages/ipfs-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "@rmrk-team/ipfs-utils",
"description": "IPFS utils for RMRK NFTs",
"bugs": "https://github.com/rmrk-team/rmrk-js/issues",
"homepage": "https://github.com/rmrk-team/rmrk-js",
"version": "0.0.5",
"private": false,
"access": "public",
Expand Down
1 change: 1 addition & 0 deletions packages/nft-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@rmrk-team/nft-renderer",
"description": "React NFT renderer for multi layered composable NFTs built on RMRK standards",
"bugs": "https://github.com/rmrk-team/rmrk-js/issues",
"version": "0.0.5",
"private": false,
"access": "public",
Expand Down
2 changes: 2 additions & 0 deletions packages/rmrk-2d-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "@rmrk-team/rmrk-2d-renderer",
"description": "React Pixi (Canvas) renderer for multi layered composable NFTs built on RMRK standards",
"bugs": "https://github.com/rmrk-team/rmrk-js/issues",
"homepage": "https://github.com/rmrk-team/rmrk-js",
"version": "0.0.5",
"private": false,
"access": "public",
Expand Down
2 changes: 2 additions & 0 deletions packages/rmrk-evm-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "@rmrk-team/rmrk-evm-utils",
"description": "Typescript utilities and actions for working with NFTs built on RMRK standards",
"bugs": "https://github.com/rmrk-team/rmrk-js/issues",
"homepage": "https://github.com/rmrk-team/rmrk-js",
"version": "0.0.5",
"private": false,
"access": "public",
Expand Down
2 changes: 2 additions & 0 deletions packages/rmrk-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "@rmrk-team/rmrk-hooks",
"description": "React hooks for working with NFTs built on RMRK standards",
"bugs": "https://github.com/rmrk-team/rmrk-js/issues",
"homepage": "https://github.com/rmrk-team/rmrk-js",
"version": "0.0.6",
"private": false,
"access": "public",
Expand Down
2 changes: 2 additions & 0 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"name": "@rmrk-team/types",
"bugs": "https://github.com/rmrk-team/rmrk-js/issues",
"homepage": "https://github.com/rmrk-team/rmrk-js",
"description": "Types to be used in combination with other packages of the RMRK EVM monorepo",
"version": "0.0.5",
"private": false,
Expand Down

0 comments on commit 6400df3

Please sign in to comment.