Skip to content

Commit

Permalink
chore: update packages metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
tien committed Jul 3, 2024
1 parent 1ed6525 commit f14bea3
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"polkadot",
"react"
],
"homepage": "https://github.com/tien/reactive-dot#readme",
"homepage": "https://reactivedot.dev/",
"bugs": {
"url": "https://github.com/tien/reactive-dot/issues",
"email": "[email protected]"
Expand Down
16 changes: 16 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
{
"name": "@reactive-dot/core",
"version": "0.0.0",
"description": "VanillaJS library for Reactive DOT",
"keywords": [
"substrate",
"polkadot"
],
"homepage": "https://reactivedot.dev/",
"bugs": {
"url": "https://github.com/tien/reactive-dot/issues",
"email": "[email protected]"
},
"license": "LGPL-3.0-or-later",
"author": "Tiến Nguyễn Khắc <[email protected]> (https://tien.zone/)",
"repository": {
"type": "git",
"url": "https://github.com/tien/reactive-dot.git",
"directory": "packages/core"
},
"type": "module",
"files": [
"src",
Expand Down
17 changes: 17 additions & 0 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
{
"name": "@reactive-dot/react",
"version": "0.0.0",
"description": "React library for Reactive DOT",
"keywords": [
"substrate",
"polkadot",
"react"
],
"homepage": "https://reactivedot.dev/",
"bugs": {
"url": "https://github.com/tien/reactive-dot/issues",
"email": "[email protected]"
},
"license": "LGPL-3.0-or-later",
"author": "Tiến Nguyễn Khắc <[email protected]> (https://tien.zone/)",
"repository": {
"type": "git",
"url": "https://github.com/tien/reactive-dot.git",
"directory": "packages/react"
},
"type": "module",
"files": [
"src",
Expand Down
16 changes: 16 additions & 0 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
{
"name": "@reactive-dot/utils",
"version": "0.0.0",
"description": "Collection of utils from Reactive DOT",
"keywords": [
"substrate",
"polkadot"
],
"homepage": "https://reactivedot.dev/",
"bugs": {
"url": "https://github.com/tien/reactive-dot/issues",
"email": "[email protected]"
},
"license": "LGPL-3.0-or-later",
"author": "Tiến Nguyễn Khắc <[email protected]> (https://tien.zone/)",
"repository": {
"type": "git",
"url": "https://github.com/tien/reactive-dot.git",
"directory": "packages/utils"
},
"type": "module",
"files": [
"src",
Expand Down

0 comments on commit f14bea3

Please sign in to comment.