Skip to content

Commit

Permalink
Foundry 0.8.9 (#3)
Browse files Browse the repository at this point in the history
* 🐛 fixes for foundry version 0.8.9
✨ implemented minification for typings (.5MiB reduction)

* 🐛 resolved problem with modern-ui style overloads
  • Loading branch information
n1xx1 authored Sep 19, 2021
1 parent eaf873b commit bfcb23a
Show file tree
Hide file tree
Showing 8 changed files with 81 additions and 2,766 deletions.
2 changes: 1 addition & 1 deletion dist/module.js

Large diffs are not rendered by default.

8 changes: 3 additions & 5 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"library": "false",
"manifestPlusVersion": "1.0.0",
"minimumCoreVersion": "0.8.5",
"compatibleCoreVersion": "0.8.5",
"compatibleCoreVersion": "0.8.9",
"authors": [
{
"name": "Naito",
Expand All @@ -16,11 +16,9 @@
],
"dependencies": [],
"conflicts": [],
"esmodules": [
"dist/module.js"
],
"esmodules": ["dist/module.js"],
"scripts": [],
"styles": [],
"styles": ["styles/module.css"],
"languages": [
{
"lang": "en",
Expand Down
Loading

0 comments on commit bfcb23a

Please sign in to comment.