Skip to content

Commit

Permalink
chore: set yarn version v3.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yk-saito committed Oct 25, 2023
1 parent 873d5a3 commit 8d28a0c
Show file tree
Hide file tree
Showing 5 changed files with 5,439 additions and 4,061 deletions.
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.yarn/releases

node_modules
.openzeppelin
.vscode
Expand Down
874 changes: 874 additions & 0 deletions .yarn/releases/yarn-3.6.4.cjs

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.6.4.cjs
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"name": "ETH-dApp-v2",
"version": "1.0.0",
"packageManager": "[email protected]",
"description": "prototype of ETH-dApp",
"repository": "https://github.com/unchain-tech/ETH-dApp-prototype.git",
"license": "MIT",
"private": true,
"workspaces": {
"packages": [
"packages/*"
]
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"eslint": "^8.33.0",
Expand Down Expand Up @@ -37,4 +36,4 @@
"lint": "eslint .",
"lint:fix": "eslint --fix ."
}
}
}
Loading

0 comments on commit 8d28a0c

Please sign in to comment.