Update package.json

Replaced custom  spacetime dependency with https url
This commit is contained in:
Daniel 2022-01-28 17:13:09 +01:00 committed by GitHub
parent 6c2c40cb95
commit 0b6d9e27db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@
"homepage": "https://github.com/Serraniel/AniwatchPlus#readme", "homepage": "https://github.com/Serraniel/AniwatchPlus#readme",
"dependencies": { "dependencies": {
"color": "^3.2.1", "color": "^3.2.1",
"spacetime": "github:Serraniel/spacetime#bugfix/#255-typescript-constructor-options-missing", "spacetime": "https://github.com/Serraniel/spacetime#bugfix/#255-typescript-constructor-options-missing",
"uuid": "^8.3.2" "uuid": "^8.3.2"
}, },
"devDependencies": { "devDependencies": {