Update types

This commit is contained in:
Johannes Loher 2021-01-26 21:24:31 +01:00
parent 0a911cf196
commit 53f5514db3
2 changed files with 5 additions and 4 deletions

5
package-lock.json generated
View file

@ -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": {

View file

@ -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",