Skip to content

Commit

Permalink
Create one central module.json and update to v0.1.1
Browse files Browse the repository at this point in the history
* Previously, we had two of these files. Now we only need to have one.
* Remove the "-new" naming which was leftover.
  • Loading branch information
Corey Slavnik committed Nov 13, 2020
1 parent 51738f4 commit e0b9cbc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 30 deletions.
6 changes: 3 additions & 3 deletions dist/module.json → module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "combat-numbers",
"title": "Combat Numbers",
"description": "Showcase bouncing combat numbers on tokens, similar to old-school JRPGs.",
"version": "0.1.0",
"version": "0.1.1",
"author": "1000Nettles",
"systems": [
"dnd5e"
Expand All @@ -16,8 +16,8 @@
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.7.6",
"url": "/~https://github.com/1000nettles/combat-numbers",
"manifest": "https://raw.githubusercontent.com/1000nettles/combat-numbers/main/dist/module.json",
"download": "/~https://github.com/1000nettles/combat-numbers/releases/download/v0.1.0/combat-numbers-v0.1.0.zip",
"manifest": "https://github.com/1000nettles/combat-numbers/releases/latest/download/module.json",
"download": "/~https://github.com/1000nettles/combat-numbers/releases/download/v0.1.1/combat-numbers-v0.1.1.zip",
"license": "MIT",
"readme": "https://raw.githubusercontent.com/1000nettles/combat-numbers/main/README.md"
}
3 changes: 1 addition & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"name": "combat-numbers-new",
"name": "combat-numbers",
"version": "0.1.0",
"description": "A FoundryVTT module showcasing bouncing combat numbers on tokens, similar to old-school JRPGs.",
"scripts": {
Expand Down
23 changes: 0 additions & 23 deletions src/module.json

This file was deleted.

2 changes: 1 addition & 1 deletion src/module/preloadTemplates.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const preloadTemplates = async function() {
const templatePaths = [
// Add paths to "modules/combat-numbers-new/templates"
// Add paths to "modules/combat-numbers/templates"
];

return loadTemplates(templatePaths);
Expand Down

0 comments on commit e0b9cbc

Please sign in to comment.