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

@ -3,4 +3,13 @@ composer.phar
.DS_Store
Thumbs.db
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,
"name": "@flarum/markdown",
"dependencies": {
"flarum-webpack-config": "^1.0",
"flarum-webpack-config": "^1.0.0",
"webpack": "^4.46.0",
"webpack-cli": "^4.9.1"
},
"scripts": {
"dev": "webpack --mode development --watch",
"build": "webpack --mode production"
}
},
"packageManager": "yarn@3.1.1"
}

File diff suppressed because it is too large Load Diff