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

⬆️ update node-sass (#254)

Update node-sass to enable it to compile on the Mac when using Node v13.2.0

Thanks to @CarlosKlapp
This commit is contained in:
CarlosKlapp
2019-12-12 13:59:09 -06:00
committed by Piotr Błażejewicz (Peter Blazejewicz)
parent fd2d048ee2
commit 1a84836fbd
2 changed files with 5 additions and 11 deletions

View File

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