update types

This commit is contained in:
Johannes Loher 2021-02-04 12:32:07 +01:00
parent 763535bd8f
commit d8e085ce81
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -3119,7 +3119,7 @@
}
},
"foundry-vtt-types": {
"version": "github:League-of-Foundry-Developers/foundry-vtt-types#e26dfcdeef409cd15a69b4e106c5c20060416746",
"version": "github:League-of-Foundry-Developers/foundry-vtt-types#6ce375cdf4941da6c8213b3e5c6c5dffea3677b9",
"from": "github:League-of-Foundry-Developers/foundry-vtt-types#foundry-0.7.9",
"dev": true,
"requires": {
@ -3135,9 +3135,9 @@
},
"dependencies": {
"@types/node": {
"version": "14.14.22",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.22.tgz",
"integrity": "sha512-g+f/qj/cNcqKkc3tFqlXOYjrmZA+jNBiDzbP3kH+B+otKFqAdPgVTGP1IeKRdMml/aE69as5S4FqtxAbl+LaMw==",
"version": "14.14.25",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.25.tgz",
"integrity": "sha512-EPpXLOVqDvisVxtlbvzfyqSsFeQxltFbluZNRndIb8tr9KiBnYNLzrc1N3pyKUCww2RNrfHDViqDWWE1LCJQtQ==",
"dev": true
}
}

View file

@ -13,7 +13,7 @@ import { migration } from "./migrations";
Hooks.once("init", async function () {
console.log(`DS4 | Initializing the DS4 Game System\n${DS4.ASCII}`);
game["ds4"] = {
game["DS4"] = {
DS4Actor,
DS4Item,
DS4,