mirror of
https://github.com/flarum/framework.git
synced 2025-04-28 15:44:03 +08:00
chore: switch to Yarn
This commit is contained in:
parent
28e636b5b0
commit
252cd8455b
11
extensions/markdown/.gitignore
vendored
11
extensions/markdown/.gitignore
vendored
@ -3,4 +3,13 @@ composer.phar
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
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
|
||||||
|
768
extensions/markdown/js/.yarn/releases/yarn-3.1.1.cjs
vendored
Executable file
768
extensions/markdown/js/.yarn/releases/yarn-3.1.1.cjs
vendored
Executable file
File diff suppressed because one or more lines are too long
3
extensions/markdown/js/.yarnrc.yml
Normal file
3
extensions/markdown/js/.yarnrc.yml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
nodeLinker: node-modules
|
||||||
|
|
||||||
|
yarnPath: .yarn/releases/yarn-3.1.1.cjs
|
11209
extensions/markdown/js/package-lock.json
generated
11209
extensions/markdown/js/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||||
}
|
}
|
||||||
|
6106
extensions/markdown/js/yarn.lock
Normal file
6106
extensions/markdown/js/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user