Skip to content

Commit

Permalink
Add missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
EddieEldridge committed Oct 2, 2022
1 parent f74130b commit 6265eb6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
3 changes: 3 additions & 0 deletions languages/en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"MODULE.hello": "hello"
}
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"requires": []
},
"esmodules": [
"N/A"
"scripts/module.js"
],
"scripts": [
"N/A"
"scripts/lib/lib.js"
],
"styles": [
"tolkien-ui.css"
Expand Down
Empty file added scripts/lib/lib.js
Empty file.
7 changes: 7 additions & 0 deletions scripts/module.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Hooks.once('init', async function() {

});

Hooks.once('ready', async function() {

});

0 comments on commit 6265eb6

Please sign in to comment.