mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Website: Move yaml
dependency out of dev dependencies (#17647)
Closes: #17644 Changes: - Updated the website's dependencies to include `yaml` so it can be used by the `create-issues-for-todays-rituals` script.
This commit is contained in:
parent
01dfce56cf
commit
3586e89faa
6
website/package.json
vendored
6
website/package.json
vendored
@ -15,7 +15,8 @@
|
||||
"sails-hook-organics": "^2.2.2",
|
||||
"sails-hook-orm": "^4.0.2",
|
||||
"sails-hook-sockets": "^3.0.0",
|
||||
"sails-postgresql": "^5.0.0"
|
||||
"sails-postgresql": "^5.0.0",
|
||||
"yaml": "1.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "5.16.0",
|
||||
@ -23,8 +24,7 @@
|
||||
"htmlhint": "0.11.0",
|
||||
"lesshint": "6.3.6",
|
||||
"marked": "4.0.10",
|
||||
"sails-hook-grunt": "^4.0.0",
|
||||
"yaml": "1.10.2"
|
||||
"sails-hook-grunt": "^4.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"custom-tests": "echo \"(No other custom tests yet.)\" && echo",
|
||||
|
Loading…
Reference in New Issue
Block a user