Skip to content

Commit

Permalink
Website: Move yaml dependency out of dev dependencies (#17647)
Browse files Browse the repository at this point in the history
Closes: #17644

Changes:
- Updated the website's dependencies to include `yaml` so it can be used
by the `create-issues-for-todays-rituals` script.
  • Loading branch information
eashaw authored Mar 14, 2024
1 parent 01dfce5 commit 3586e89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
"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",
"grunt": "1.0.4",
"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",
Expand Down

0 comments on commit 3586e89

Please sign in to comment.