diff --git a/package-lock.json b/package-lock.json index c647856a..62f40bb9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3119,8 +3119,8 @@ } }, "foundry-vtt-types": { - "version": "github:kmoschcau/foundry-vtt-types#21f009f10de74856556ceadf71fb436089c663cc", - "from": "github:kmoschcau/foundry-vtt-types#foundry-0.7.9", + "version": "github:League-of-Foundry-Developers/foundry-vtt-types#7f7eccf1fa68ad869e98361199628764961d9c8c", + "from": "github:League-of-Foundry-Developers/foundry-vtt-types#foundry-0.7.9", "dev": true, "requires": { "@types/howler": "2.2.1", @@ -3130,6 +3130,7 @@ "@types/tinymce": "^4.5.24", "handlebars": "4.7.6", "pixi.js": "5.3.4", + "typescript": "^4.1.3", "utility-types": "^3.10.0" }, "dependencies": { diff --git a/package.json b/package.json index 274641bf..81c22eaa 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "build:watch": "gulp watch", "link": "gulp link", "clean": "gulp clean && gulp link --clean", - "update": "npm install --save-dev github:kmoschcau/foundry-vtt-types#foundry-0.7.9", + "update": "npm install --save-dev github:League-of-Foundry-Developers/foundry-vtt-types#foundry-0.7.9", "updateManifest": "gulp updateManifest", "lint": "eslint 'src/**/*.ts' --cache", "lint:fix": "eslint 'src/**/*.ts' --cache --fix", @@ -53,7 +53,7 @@ "eslint": "^7.18.0", "eslint-config-prettier": "^7.1.0", "eslint-plugin-prettier": "^3.3.1", - "foundry-vtt-types": "github:kmoschcau/foundry-vtt-types#foundry-0.7.9", + "foundry-vtt-types": "github:League-of-Foundry-Developers/foundry-vtt-types#foundry-0.7.9", "fs-extra": "^9.0.1", "gulp": "^4.0.2", "gulp-git": "^2.10.1",