Skip to content

Commit

Permalink
fix(package.json): updated package.jsons to include a link to the rep…
Browse files Browse the repository at this point in the history
…o. this is to qualify for tea and allow users to find repo from package managers
  • Loading branch information
0xRowdy committed Mar 19, 2024
1 parent 3dd0e1d commit cc222fb
Show file tree
Hide file tree
Showing 19 changed files with 91 additions and 15 deletions.
6 changes: 5 additions & 1 deletion libs/abis/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"name": "@daohaus/abis",
"version": "0.4.2",
"type": "commonjs"
"type": "commonjs",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
6 changes: 5 additions & 1 deletion libs/connect-context/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"name": "@daohaus/connect-context",
"version": "0.4.2"
"version": "0.4.2",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
4 changes: 4 additions & 0 deletions libs/connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@
"version": "0.4.2",
"peerDependencies": {
"react-router-dom": "^6.4.3"
},
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
6 changes: 5 additions & 1 deletion libs/contract-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"name": "@daohaus/contract-utils",
"version": "0.4.2",
"type": "commonjs"
"type": "commonjs",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
6 changes: 5 additions & 1 deletion libs/data-fetch-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"name": "@daohaus/data-fetch-utils",
"version": "0.4.2",
"type": "commonjs"
"type": "commonjs",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
6 changes: 5 additions & 1 deletion libs/form-builder-base/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"name": "@daohaus/form-builder-base",
"version": "0.4.2"
"version": "0.4.2",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
6 changes: 5 additions & 1 deletion libs/form-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"name": "@daohaus/form-builder",
"version": "0.4.2"
"version": "0.4.2",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
6 changes: 5 additions & 1 deletion libs/keychain-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"name": "@daohaus/keychain-utils",
"version": "0.4.2"
"version": "0.4.2",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
6 changes: 5 additions & 1 deletion libs/moloch-v3-data/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"name": "@daohaus/moloch-v3-data",
"version": "0.4.2",
"type": "commonjs"
"type": "commonjs",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
6 changes: 5 additions & 1 deletion libs/moloch-v3-fields/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"name": "@daohaus/moloch-v3-fields",
"version": "0.4.2"
"version": "0.4.2",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
4 changes: 4 additions & 0 deletions libs/moloch-v3-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@
"version": "0.4.2",
"peerDependencies": {
"react-query": "^3.39.3"
},
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
6 changes: 5 additions & 1 deletion libs/moloch-v3-legos/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"name": "@daohaus/moloch-v3-legos",
"version": "0.4.2",
"type": "commonjs"
"type": "commonjs",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
4 changes: 4 additions & 0 deletions libs/moloch-v3-macro-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@
"version": "0.4.2",
"peerDependencies": {
"react-router-dom": "^6.4.3"
},
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
6 changes: 5 additions & 1 deletion libs/profile-data/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"name": "@daohaus/profile-data",
"version": "0.4.2",
"type": "commonjs"
"type": "commonjs",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
6 changes: 5 additions & 1 deletion libs/tx-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"name": "@daohaus/tx-builder",
"version": "0.4.2"
"version": "0.4.2",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
6 changes: 5 additions & 1 deletion libs/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"name": "@daohaus/ui",
"version": "0.4.2"
"version": "0.4.2",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
6 changes: 5 additions & 1 deletion libs/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"name": "@daohaus/utils",
"version": "0.4.2"
"version": "0.4.2",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
6 changes: 5 additions & 1 deletion libs/wizard-form-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"name": "@daohaus/wizard-form-builder",
"version": "0.1.2"
"version": "0.1.2",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"name": "daohaus",
"version": "0.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
},
"scripts": {
"postinstall": "husky install",
"bumpversion": "node tools/scripts/incrementVersion.js",
Expand Down

0 comments on commit cc222fb

Please sign in to comment.