This commit is contained in:
Jason 2022-02-24 20:42:44 -05:00
parent 96b25dce03
commit b3ad7d3dd4
2 changed files with 7 additions and 1 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
node_modules

7
package-lock.json generated
View file

@ -1,12 +1,17 @@
{
"name": "uv-app",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "uv-app",
"version": "1.0.0",
"license": "GPL-3.0-or-later",
"dependencies": {
"node-static": "^0.7.11"
}
},
"devDependencies": {}
},
"node_modules/colors": {
"version": "1.4.0",