Update project.json to have warningsAsErrors accept a bool.

This commit is contained in:
N. Taylor Mullen 2015-09-02 15:34:39 -07:00
parent 088f2f81cc
commit a8df52fa7c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ {
"compilationOptions": { "compilationOptions": {
"warningsAsErrors": "true" "warningsAsErrors": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNet.Diagnostics.Elm": "1.0.0-*", "Microsoft.AspNet.Diagnostics.Elm": "1.0.0-*",