Skip to content

Commit

Permalink
v 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ultrakorne committed Jun 10, 2020
1 parent 9c332f6 commit 91637ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "better-rolltables",
"title": "Better Roll Tables",
"description": "Adding functionality to roll tables, especially to roll treasure and magic items",
"version": "1.0.0",
"version": "1.1.0",
"author": "Ultrakorne#6240",
"esmodules": [
"./scripts/brt-main.js"
Expand Down Expand Up @@ -40,5 +40,5 @@
],
"url": "https://github.com/ultrakorne/better-rolltables",
"manifest": "https://raw.githubusercontent.com/ultrakorne/better-rolltables/master/module.json",
"download": "https://github.com/ultrakorne/better-rolltables/releases/download/v1.0.0/better-rolltables.zip"
"download": "https://github.com/ultrakorne/better-rolltables/releases/download/v1.1.0/better-rolltables.zip"
}
5 changes: 0 additions & 5 deletions scripts/better-table-view.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
import { i18n } from './utils.js';
import { LootBuilder } from './loot-builder.js'
import { BRTCONFIG } from './config.js';
import { BetterTables } from './better-tables.js';
import { LootCreator } from './loot-creator.js';
import { LootChatCard } from './loot-chat-card.js';
import { StoryBuilder } from './story/story-builder.js';
import { StoryChatCard } from './story/story-chat-card.js';

export class BetterRT {
static async enhanceRollTableView(rollTableConfig, html, rollTable) {
Expand Down

0 comments on commit 91637ba

Please sign in to comment.