Commit 83b5105
committed
fix version.json which was being written as YAML, not JSON
In our version module, we are supposed to [write it as
JSON](https://github.com/thefrontside/platformscript/pull/73/files)
however, valid JSON requires double quotes for strings, not a bare
word.
This places double quotes around the version.1 parent 683e9f6 commit 83b5105
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments