Remove project.json-specific content from all the SPA templates

This commit is contained in:
Steve Sanderson
2017-03-14 17:23:08 -07:00
parent a6e0955581
commit 08ea344fcf
40 changed files with 16 additions and 700 deletions

View File

@@ -1,3 +1,3 @@
{
"presets": [["es2015", { "modules": false} ], "react"]
"presets": [["es2015", { "modules": false }], "react"]
}