Skip to content

Commit

Permalink
chore: setup yarn local v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sinzii committed Mar 14, 2023
1 parent 9bcffee commit 483a093
Show file tree
Hide file tree
Showing 4 changed files with 884 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,10 @@ dist-ssr
*.sln
*.sw?
*.tsbuildinfo
.yarn
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
873 changes: 873 additions & 0 deletions .yarn/releases/yarn-3.4.1.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.4.1.cjs
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@
"@polkadot/util-crypto": "^10.4.1",
"@polkadot/ui-keyring": "^2.11.2"
},
"license": "Apache-2.0"
"license": "Apache-2.0",
"packageManager": "[email protected]"
}

0 comments on commit 483a093

Please sign in to comment.