Migrate update grammar to mjs

This commit is contained in:
Matt Bierner
2022-03-01 17:08:45 -08:00
parent c3e948aa30
commit e214493d0c
2 changed files with 5 additions and 5 deletions

View File

@@ -59,7 +59,7 @@
]
},
"scripts": {
"update-grammar": "node ./build/update-grammar.js"
"update-grammar": "node ./build/update-grammar.mjs"
},
"repository": {
"type": "git",