Skip to content

Commit

Permalink
Upgrade to yarn 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrossy committed Feb 22, 2023
1 parent 3268d82 commit 5ae8ec0
Show file tree
Hide file tree
Showing 4 changed files with 796 additions and 586 deletions.
38 changes: 32 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,34 @@
.idea/*
.nyc_output
build
node_modules
# dependencies
/node_modules
/.pnp
.pnp.js
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# Typescript build
tsconfig.tsbuildinfo

# production
/build
src/**.js
coverage

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
*.log
package-lock.json

# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"engines": {
"node": ">=10"
},
"dependencies": {},
"devDependencies": {
"@types/node": "^16.11.10",
"ethers": "^5.6.8",
Expand Down
Loading

0 comments on commit 5ae8ec0

Please sign in to comment.