mirror of
https://github.com/flarum/core.git
synced 2025-08-30 19:40:02 +02:00
chore: switch to Yarn
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user