-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ab57045
commit 15cb1a4
Showing
5 changed files
with
125 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"private": true, | ||
"name": "forbidden-lands", | ||
"version": "8.2.1", | ||
"version": "9.0.0", | ||
"type": "module", | ||
"description": "<p align=\"center\">\r <a href=\"https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/releases/latest\" target=\"_blank\"><img alt=\"system version\" src=\"https://img.shields.io/badge/dynamic/json.svg?url=https%3A%2F%2Fraw.githubusercontent.com%2Ffvtt-fria-ligan%2Fforbidden-lands-foundry-vtt%2Fmain%2Fsystem.json&label=Version&query=$.version&colorB=blue\"/></a>\r <a href=\"https://foundryvtt.com\" target=\"_blank\">\r <img src=\"https://img.shields.io/badge/dynamic/json.svg?url=https%3A%2F%2Fraw.githubusercontent.com%2Ffvtt-fria-ligan%2Fforbidden-lands-foundry-vtt%2Fmain%2Fsystem.json&label=Foundry&query=$.compatibleCoreVersion&colorB=blue\" alt=\"foundry-compatibility-version\" style=\"max-width:100%;\"/>\r </a>\r <a href=\"https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/graphs/commit-activity\" target=\"_blank\">\r <img alt=\"Maintenance\" src=\"https://img.shields.io/badge/Maintained%3F-yes-green.svg\"/>\r </a>\r <a href=\"https://gitlocalize.com/repo/5750/whole_project?utm_source=badge\" target=\"_blank\"><img alt=\"Localization\" src=\"https://gitlocalize.com/repo/5750/whole_project/badge.svg\" /></a>\r <a href=\"https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/blob/main/LICENSE\" target=\"_blank\">\r <img alt=\"License: GPL\" src=\"https://img.shields.io/github/license/fvtt-fria-ligan/forbidden-lands-foundry-vtt\"/>\r </a>\r <br/>\r <br/>\r <img src=\"https://user-images.githubusercontent.com/9851733/108728684-1a954b00-752a-11eb-9138-6fab6f83b2a8.jpg\" alt=\"Logo\" style=\"max-width:100%;\" />\r </p>", | ||
"license": "GPL-3.0-or-later", | ||
|
@@ -36,23 +36,23 @@ | |
}, | ||
"devDependencies": { | ||
"@milahu/patch-package-with-pnpm-support": "6.4.8", | ||
"@types/foundry-vtt-types": "npm:@league-of-foundry-developers/[email protected].2", | ||
"@types/foundry-vtt-types": "npm:@league-of-foundry-developers/[email protected].3", | ||
"@types/jquery": "3.5.14", | ||
"@typhonjs-fvtt/eslint-config-foundry.js": "0.8.0", | ||
"chalk": "5.0.1", | ||
"cross-env": "7.0.3", | ||
"devmoji": "2.3.0", | ||
"esbuild": "0.14.27", | ||
"esbuild": "0.14.28", | ||
"esbuild-sass-plugin": "2.2.5", | ||
"eslint": "8.11.0", | ||
"eslint": "8.12.0", | ||
"eslint-config-jquery": "3.0.0", | ||
"eslint-config-prettier": "8.5.0", | ||
"eslint-plugin-prettier": "4.0.0", | ||
"execa": "6.1.0", | ||
"fs-extra-plus": "0.6.0", | ||
"gulp": "4.0.2", | ||
"husky": "7.0.4", | ||
"prettier": "2.6.0", | ||
"prettier": "2.6.1", | ||
"semver": "7.3.5", | ||
"standard-version": "9.3.2" | ||
}, | ||
|
Oops, something went wrong.