Skip to content

Commit

Permalink
fix: add dummy package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
willumz committed Mar 27, 2024
1 parent 70f1304 commit 1caa1e5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "foundry-mgl",
"version": "1.1.11",
"description": "Foundry-MGL is intended to be the ultimate tool for playing dnd5e in the metric system.\r The core concept behind Foundry-MGL is the idea of expandability this is why it is able to convert all types of text and labels that are found on the dnd5e system.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "echo Built"
},
"author": "",
"license": "ISC"
}

0 comments on commit 1caa1e5

Please sign in to comment.