Skip to content

Commit

Permalink
feat: yarn v3
Browse files Browse the repository at this point in the history
  • Loading branch information
benpsnyder committed Dec 4, 2021
1 parent 7f36dfd commit 06c2626
Show file tree
Hide file tree
Showing 6 changed files with 12,303 additions and 8,022 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,13 @@ testem.log
# System Files
.DS_Store
Thumbs.db

/.angular/cache

.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
546 changes: 546 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Large diffs are not rendered by default.

778 changes: 778 additions & 0 deletions .yarn/releases/yarn-3.2.0-rc.7.cjs

Large diffs are not rendered by default.

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

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.2.0-rc.7.cjs
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@
"karma-jasmine-html-reporter": "~1.7.0",
"ng-packagr": "^12.1.1",
"typescript": "~4.3.5"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 06c2626

Please sign in to comment.