mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-05-13 13:58:57 +00:00
Add yarn minimum version
This commit is contained in:
parent
0eaf834fdf
commit
67e870e439
1 changed files with 3 additions and 0 deletions
|
|
@ -9,6 +9,9 @@
|
|||
"tslint": "^5.9.1",
|
||||
"typescript": "^2.6.2"
|
||||
},
|
||||
"engines": {
|
||||
"yarn": ">=1.0"
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "rm -rf src/server_manager/bower_components/ src/*/node_modules/ build/ node_modules/ src/server_manager/install_scripts/do_install_script.ts",
|
||||
"do": "bash ./scripts/do_action.sh",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue