Skip to content

Commit ffb6d99

Browse files
committed
potentially working v13
1 parent 6a9dc69 commit ffb6d99

File tree

3 files changed

+534
-154
lines changed

3 files changed

+534
-154
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ yarn.lock
33
yarn-error.log
44
dist/*
55
ref/
6+
v13.md
7+
.claude
8+
dnd5e
9+

module.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@
22
"id": "popout",
33
"title": "PopOut!",
44
"description": "<p>This module adds a PopOut! button to most actor sheets, journal entries, and applications.</p><p>The PopOut! button allows you to open a sheet/application/document into its own window, for easier viewing or for use with multiple monitors.</p>",
5-
"version": "2.18",
5+
"version": "2.19",
66
"authors": [{ "name": "KaKaRoTo" }, { "name": "Posnet" }],
77
"scripts": ["./popout.js"],
88
"styles": [],
99
"packs": [],
10-
"relationships": {
11-
"requires": [{ "id": "lib-wrapper", "type": "module" }]
12-
},
10+
"relationships": {},
1311
"languages": [
1412
{
1513
"lang": "en",
@@ -50,11 +48,11 @@
5048
"readme": "https://github.com/League-of-Foundry-Developers/fvtt-module-popout#readme",
5149
"url": "https://github.com/League-of-Foundry-Developers/fvtt-module-popout",
5250
"manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/fvtt-module-popout/master/module.json",
53-
"download": "https://github.com/League-of-Foundry-Developers/fvtt-module-popout/archive/v2.18.zip",
51+
"download": "https://github.com/League-of-Foundry-Developers/fvtt-module-popout/archive/v2.19.zip",
5452
"bugs": "https://github.com/League-of-Foundry-Developers/fvtt-module-popout/issues",
5553
"compatibility": {
56-
"minimum": "11",
57-
"verified": "12.314",
58-
"maximum": "12"
54+
"minimum": "12",
55+
"verified": "13.345",
56+
"maximum": "13"
5957
}
6058
}

0 commit comments

Comments
 (0)