1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

HTML5: Run npm audit fix

And re-add `node_modules` to `.gitignore` which I mistakenly removed
with an earlier cleanup.

(cherry picked from commit 6aa7449d60)
This commit is contained in:
Rémi Verschelde
2022-05-25 14:56:39 +02:00
parent 9d1d386bd0
commit f880904c7a
3 changed files with 158 additions and 96 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",