Upgrade node-sass to 4.9.0

[Fixes #513] Angular template incompatible with NodeJs 10
This commit is contained in:
Kiran Challa 2018-05-10 15:55:53 -07:00
parent 732200b23a
commit b7eacbb1c3
2 changed files with 659 additions and 316 deletions

View File

@ -49,5 +49,8 @@
"ts-node": "~4.1.0",
"tslint": "~5.9.1",
"typescript": "~2.5.3"
},
"optionalDependencies": {
"node-sass": "^4.9.0"
}
}