Skip to content

Commit

Permalink
Update monorepo package.jsons (#28)
Browse files Browse the repository at this point in the history
Mostly metadata changes.
  • Loading branch information
Erik Ritter authored Nov 29, 2021
1 parent 86aa5be commit 9fd8056
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 8 deletions.
File renamed without changes.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"name": "@web3-ui/root",
"license": "MIT",
"version": "0.0.0",
"private": "true",
"engines": {
"node": ">=16.0.0",
"yarn": "^1.5"
},
"author": "Developer DAO",
"workspaces": [
"packages/*"
],
Expand Down
8 changes: 4 additions & 4 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@web3-ui/components",
"license": "MIT",
"version": "1.0.0",
"version": "0.0.1",
"private": false,
"engines": {
"node": ">=16.0.0",
"yarn": "^1.5"
},
"description": "React Typescript Library Boilerplate",
"author": "Dhaiwat Pandya",
"description": "React components for web3, built with Chakra-UI",
"author": "Developer DAO",
"homepage": "https://github.com/Developer-DAO/web3-ui/",
"bugs": {
"url": "https://github.com/Developer-DAO/web3-ui/issues"
Expand Down Expand Up @@ -57,7 +57,7 @@
"@types/node": "^16.11.9",
"@types/react": "^17.0.36",
"@types/react-dom": "^16.9.10",
"@web3-ui/hooks": "1.0.0",
"@web3-ui/hooks": "^0.0.1",
"babel-loader": "^8.2.1",
"classnames": "^2.2.6",
"husky": "^7.0.0",
Expand Down
21 changes: 17 additions & 4 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,28 @@
{
"name": "@web3-ui/hooks",
"version": "1.0.0",
"description": "",
"license": "MIT",
"version": "0.0.1",
"private": false,
"engines": {
"node": ">=16.0.0",
"yarn": "^1.5"
},
"description": "React hooks for web3",
"author": "Developer DAO",
"homepage": "https://github.com/Developer-DAO/web3-ui/",
"bugs": {
"url": "https://github.com/Developer-DAO/web3-ui/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Developer-DAO/web3-ui/"
},
"main": "index.js",
"scripts": {
"types": "index.d.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"react": "^17.0.2"
},
Expand Down

0 comments on commit 9fd8056

Please sign in to comment.