Fix NPM Stylus dependency

NPM3 installs stylus 0.50.0, and then tries to
install stylus-loader 3.0.1, but it actually
requires stylus >= 0.52.4.

Signed-off-by: Manuel Bachmann <tarnyko@tarnyko.net>
pull/96/head
Manuel Bachmann 7 years ago
parent d22bd684d7
commit fd1d0817c4

@ -62,7 +62,7 @@
"socket.io": "^1.3.5", "socket.io": "^1.3.5",
"socket.io-client": "^1.3.5", "socket.io-client": "^1.3.5",
"style-loader": "^0.18.2", "style-loader": "^0.18.2",
"stylus": "^0.50.0", "stylus": "^0.52.4",
"stylus-loader": "^3.0.1", "stylus-loader": "^3.0.1",
"twilio": "^2.9.1", "twilio": "^2.9.1",
"webpack": "^1.12.14", "webpack": "^1.12.14",

Loading…
Cancel
Save