mirror of
https://github.com/flarum/core.git
synced 2025-07-31 13:40:20 +02:00
chore: flarum-cli audit infra --fix
This commit is contained in:
1
extensions/markdown/.gitattributes
vendored
1
extensions/markdown/.gitattributes
vendored
@@ -14,5 +14,6 @@ js/dist/* -diff
|
||||
js/dist/* linguist-generated
|
||||
js/dist-typings/* linguist-generated
|
||||
js/yarn.lock -diff
|
||||
js/package-lock.json -diff
|
||||
|
||||
* text=auto eol=lf
|
||||
|
@@ -55,10 +55,12 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"repositories": [{
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
}],
|
||||
}
|
||||
],
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
@@ -12,7 +12,7 @@
|
||||
"build": "webpack --mode production",
|
||||
"format": "prettier --write src",
|
||||
"format-check": "prettier --check src",
|
||||
"analyze": "cross-env ANALYZER=true yarn build"
|
||||
"analyze": "cross-env ANALYZER=true yarn run build"
|
||||
},
|
||||
"packageManager": "yarn@3.1.1",
|
||||
"devDependencies": {
|
||||
|
0
extensions/markdown/less/forum.less
Normal file
0
extensions/markdown/less/forum.less
Normal file
Reference in New Issue
Block a user