Skip to content

Commit

Permalink
Move YAML out of devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eashaw committed Jan 8, 2025
1 parent 679019e commit 4a33592
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"
"stripe": "17.3.1",
"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": "^5.0.0",
"yaml": "1.10.2"
"sails-hook-grunt": "^5.0.0"
},
"scripts": {
"custom-tests": "echo \"(No other custom tests yet.)\" && echo",
Expand Down

0 comments on commit 4a33592

Please sign in to comment.