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:
committed by
GitHub
parent
452cf2ce2e
commit
97688af9a3
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user