Update builds.json

Remove platform-specific mappings. Add a `builds` key in case we need to add additional metadata in the future.
This commit is contained in:
Dwayne Bent 2016-03-31 07:34:59 -04:00
parent 1c76eea3d0
commit e5862e8532
1 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,6 @@
{
"linux": { },
"macos": { },
"windows": {
"01172": "1.1.0"
"builds": {
"1172": "1.1.0.1172",
"1174": "1.1.0.1174"
}
}