Skip to content

Commit

Permalink
Website: move yaml back to devDependencies (#25577)
Browse files Browse the repository at this point in the history
Changes:
- Moved the website's `yaml` dependency to devDependencies. (Reverts the
change from #25277)
  • Loading branch information
eashaw authored Jan 17, 2025
1 parent 928523f commit 240c131
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 @@ -18,16 +18,16 @@
"sails-hook-orm": "^4.0.3",
"sails-hook-sockets": "^3.0.0",
"sails-postgresql": "^5.0.1",
"stripe": "17.3.1",
"yaml": "1.10.2"
"stripe": "17.3.1"
},
"devDependencies": {
"eslint": "5.16.0",
"grunt": "1.0.4",
"htmlhint": "0.11.0",
"lesshint": "6.3.6",
"marked": "4.0.10",
"sails-hook-grunt": "^5.0.0"
"sails-hook-grunt": "^5.0.0",
"yaml": "1.10.2"
},
"scripts": {
"custom-tests": "echo \"(No other custom tests yet.)\" && echo",
Expand Down

0 comments on commit 240c131

Please sign in to comment.