Skip to content

Commit

Permalink
upgrade to yarn v4
Browse files Browse the repository at this point in the history
  • Loading branch information
vernak2539 committed Mar 13, 2024
1 parent d6bb06b commit d5eb6b5
Show file tree
Hide file tree
Showing 4 changed files with 3,412 additions and 2,036 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Expand Up @@ -2,4 +2,9 @@
node_modules
.DS_Store
dist
.parcel-cache
.parcel-cache

.yarn/*
!.yarn/releases
!.yarn/plugins
.pnp.*
1 change: 1 addition & 0 deletions .yarnrc.yml
@@ -0,0 +1 @@
nodeLinker: node-modules
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -22,5 +22,6 @@
"@parcel/transformer-svg": "^2.8.3",
"prettier": "^2.8.8",
"serve": "^14.0.1"
}
},
"packageManager": "yarn@4.1.1"
}

0 comments on commit d5eb6b5

Please sign in to comment.