#147 Removed moment

This was accidentally added with 816ef34a65
This commit is contained in:
Serraniel 2020-12-28 18:44:48 +01:00
parent 5edf65b578
commit 59325c4f76
Signed by: Serraniel
GPG key ID: 3690B4E7364525D3
2 changed files with 0 additions and 7 deletions

6
package-lock.json generated
View file

@ -3351,7 +3351,6 @@
"version": "1.5.4",
"resolved": "https://registry.npmjs.org/color-string/-/color-string-1.5.4.tgz",
"integrity": "sha512-57yF5yt8Xa3czSEW1jfQDE79Idk0+AkN/4KWad6tbdxUmAs3MvjxlWSWD4deYytcRfoZ9nhKyFl1kj5tBvidbw==",
"dev": true,
"requires": {
"color-name": "^1.0.0",
"simple-swizzle": "^0.2.2"
@ -8433,11 +8432,6 @@
"xtend": "^4.0.0"
}
},
"moment": {
"version": "2.29.1",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.29.1.tgz",
"integrity": "sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ=="
},
"mozjpeg": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/mozjpeg/-/mozjpeg-6.0.1.tgz",

View file

@ -34,7 +34,6 @@
"homepage": "https://github.com/Serraniel/AniwatchPlus#readme",
"dependencies": {
"color": "^3.1.3",
"moment": "^2.29.1",
"spacetime": "^6.12.2",
"uuid": "^8.3.2"
},