Use true-case-path to fix re-entrancy issue on Windows (#2149)
* Use true-case-path * Fix failing tests * Delete package-lock.json * .gitignore package-lock.json
Showing
| ... | ... | @@ -70,7 +70,8 @@ |
| "npmlog": "^4.0.0", | ||
| "request": "^2.79.0", | ||
| "sass-graph": "^2.2.4", | ||
| "stdout-stream": "^1.4.0" | ||
| "stdout-stream": "^1.4.0", | ||
| "true-case-path": "^1.0.2" | ||
| }, | ||
| "devDependencies": { | ||
| "coveralls": "^2.11.8", | ||
| ... | ... |
Please
register
or
sign in
to comment