1
0
mirror of https://github.com/flarum/core.git synced 2025-08-12 03:14:33 +02:00

chore: flarum-cli audit infra --fix

This commit is contained in:
Alexander Skvortsov
2022-03-11 18:02:51 -05:00
parent 693da58c41
commit 5fc0b4963a
96 changed files with 793 additions and 62 deletions

View File

@@ -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

View File

@@ -57,10 +57,12 @@
}
}
},
"repositories": [{
"repositories": [
{
"type": "path",
"url": "../../*/*"
}],
}
],
"minimum-stability": "dev",
"prefer-stable": true
}

View File

@@ -6,7 +6,7 @@
"dev": "webpack --mode development --watch",
"build": "webpack --mode production",
"format": "prettier --write src",
"analyze": "cross-env ANALYZER=true yarn build",
"analyze": "cross-env ANALYZER=true yarn run build",
"format-check": "prettier --check src"
},
"devDependencies": {