HTML5: Run npm audit fix

And re-add `node_modules` to `.gitignore` which I mistakenly removed
with an earlier cleanup.
This commit is contained in:
Rémi Verschelde
2022-05-25 14:56:39 +02:00
parent 5f8888c445
commit 6aa7449d60
3 changed files with 152 additions and 90 deletions

View File

@@ -15,7 +15,7 @@
"format:libs": "npm run lint:libs -- --fix",
"format:modules": "npm run lint:modules -- --fix",
"format:tools": "npm run lint:tools -- --fix",
"serve": "serve"
"serve": "serve"
},
"author": "Godot Engine contributors",
"license": "MIT",