chore: switch to Yarn

This commit is contained in:
David Wheatley 2021-12-29 13:11:42 +01:00
parent 28e636b5b0
commit 252cd8455b
6 changed files with 6890 additions and 11212 deletions

View File

@ -4,3 +4,12 @@ composer.phar
Thumbs.db Thumbs.db
bower_components bower_components
node_modules node_modules
# Yarn 2+
js/.pnp.*
js/.yarn/*
!js/.yarn/patches
!js/.yarn/plugins
!js/.yarn/releases
!js/.yarn/sdks
!js/.yarn/versions

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,3 @@
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-3.1.1.cjs

File diff suppressed because it is too large Load Diff

View File

@ -2,12 +2,13 @@
"private": true, "private": true,
"name": "@flarum/markdown", "name": "@flarum/markdown",
"dependencies": { "dependencies": {
"flarum-webpack-config": "^1.0", "flarum-webpack-config": "^1.0.0",
"webpack": "^4.46.0", "webpack": "^4.46.0",
"webpack-cli": "^4.9.1" "webpack-cli": "^4.9.1"
}, },
"scripts": { "scripts": {
"dev": "webpack --mode development --watch", "dev": "webpack --mode development --watch",
"build": "webpack --mode production" "build": "webpack --mode production"
} },
"packageManager": "yarn@3.1.1"
} }

File diff suppressed because it is too large Load Diff