0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Peg node-sass dependency to 1.0.3.

No Issue.
- grunt-sass has node-sass as a dependency (^1.0.0) but the build
  requirements of node-sass version 1.1.0 have changed and will
  fail without a newer version of the gnu compilers.
This commit is contained in:
Jason Williams 2014-10-29 14:09:13 +00:00
parent bc728c3e62
commit 36abb56405

View file

@ -51,6 +51,7 @@
"morgan": "1.3.1",
"node-uuid": "1.4.1",
"nodemailer": "0.7.1",
"node-sass": "1.0.3",
"oauth2orize": "1.0.1",
"passport": "0.2.0",
"passport-http-bearer": "1.0.1",