Skip to content

Commit

Permalink
WIP: Migrate from npm to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
mahozad committed Nov 21, 2023
1 parent 128f221 commit b213e2c
Show file tree
Hide file tree
Showing 4 changed files with 1,774 additions and 1,770 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
@@ -0,0 +1,4 @@
/.yarn/** linguist-vendored
/.yarn/releases/* binary
/.yarn/plugins/**/* binary
/.pnp.* binary linguist-generated
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -10,3 +10,4 @@ lint.html
.idea/inspectionProfiles/
test/snapshot-diffs/
.yarn/
.pnp.*
1 change: 1 addition & 0 deletions package.json
@@ -1,4 +1,5 @@
{
"packageManager": "yarn@4.0.2",
"devDependencies": {
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-run": "^3.0.1",
Expand Down

0 comments on commit b213e2c

Please sign in to comment.