1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 14:47:28 +00:00

fix(node-sass): bump version (#309)

This version bump should fix issue with `node-sass` installation on some
systems.
Tested on Win 10.

Thanks!

Closes #165
This commit is contained in:
Piotr Błażejewicz (Peter Blazejewicz)
2020-09-07 13:21:48 +02:00
committed by GitHub
parent 452cf2ce2e
commit 97688af9a3
2 changed files with 75 additions and 190 deletions

View File

@@ -87,7 +87,7 @@
"concurrently": "^5.0.0",
"eslint": "^6.4.0",
"jest": "^24.9.0",
"node-sass": "^4.13.0",
"node-sass": "^4.14.1",
"nodemon": "^1.19.2",
"shelljs": "^0.8.3",
"supertest": "^4.0.2",