Commit Graph

5 Commits

Author SHA1 Message Date
Beka Westberg
032802b0c1 fix: fix version numbers 2022-03-04 22:36:09 +00:00
Beka Westberg
405262c944 fix: change versions to arrays instead of objects 2022-03-04 22:36:09 +00:00
Beka Westberg
8f17dd2b84 fix: convert keys to new key names 2022-03-04 22:36:09 +00:00
Beka Westberg
b2ff48344e fix: convert to JSON5 and refactor example 2022-03-04 22:36:06 +00:00
Christopher Allen
c0ae396f50 feat(tests): Add a test script for the renamings file
* Make scripts/migration/renamings.js a valid JSON5 file.
* Add a schema for it in tests/migration/renamings-schema.json.
* Add a script to test one against the other, as
  tests/migration/validate-renamings.  It is a node.js script
  that will exit 0 if the renamings file is valid, or 1 if it
  is not (and print a not-very-helpful error message from which
  is possible, with some effort, to deduce what the error is.)
2022-03-04 19:22:50 +00:00