diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-10 11:03:04 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-10 11:03:04 +0200 |
commit | ce4e7512921c2935a3adec9d9b94848c0fac5ba1 (patch) | |
tree | 761958e0b5ad6df69f7d013dc75206061aef58a0 /dashboard | |
parent | :sparkles: changed and fixed compiler (diff) | |
download | server-ce4e7512921c2935a3adec9d9b94848c0fac5ba1.tar.xz |
:art: clean up dependencies
Diffstat (limited to 'dashboard')
-rw-r--r-- | dashboard/package-lock.json | 6 | ||||
-rw-r--r-- | dashboard/package.json | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json new file mode 100644 index 00000000..4d56041e --- /dev/null +++ b/dashboard/package-lock.json @@ -0,0 +1,6 @@ +{ + "name": "dashboard", + "lockfileVersion": 2, + "requires": true, + "packages": {} +} diff --git a/dashboard/package.json b/dashboard/package.json new file mode 100644 index 00000000..0967ef42 --- /dev/null +++ b/dashboard/package.json @@ -0,0 +1 @@ +{} |