1
0
mirror of https://github.com/flarum/core.git synced 2025-09-09 07:31:09 +02:00

chore: migrate fully to Yarn (#3155)

* chore: migrate to Yarn package manager

* chore: bump deps, move `expose-loader` to correct deps section

* fix: remove package from old typescript shim

* feat: use Yarn Plug'n'Play

* chore: keep `node_modules` ignored for people who choose to use npm anyway

* Revert "feat: use Yarn Plug'n'Play"

This reverts commit 9781c8c8d5.
This commit is contained in:
David Wheatley
2021-11-10 20:10:25 +00:00
committed by GitHub
parent bfd81a83cf
commit 563d40d7da
9 changed files with 4537 additions and 7798 deletions

9
js/.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
node_modules