diff options
author | Minteck <contact@minteck.org> | 2022-05-30 10:01:09 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-05-30 10:01:09 +0200 |
commit | e0b4c4e963afe23525b146883f70b6cb879c2297 (patch) | |
tree | 9d03521a721fd08e18a0ebf939870e51a6d56826 /package-lock.json | |
parent | 1808fbb453a560952387e3add763b64eed1a03ab (diff) | |
download | vaportrail-statuspoller-e0b4c4e963afe23525b146883f70b6cb879c2297.tar.gz vaportrail-statuspoller-e0b4c4e963afe23525b146883f70b6cb879c2297.tar.bz2 vaportrail-statuspoller-e0b4c4e963afe23525b146883f70b6cb879c2297.zip |
Improve performance (especially for Windows Server)
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package-lock.json b/package-lock.json index f5ef5ee..6c5d21d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "serverstatuspoller", "version": "1.0.0", - "license": "ISC", + "license": "MIT", "dependencies": { "express": "^4.18.1", "systeminformation": "^5.11.15" |