Skip to content

Commit

Permalink
bug fix & layout changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Astrid committed Feb 28, 2024
1 parent 6384537 commit 67ac59a
Show file tree
Hide file tree
Showing 9 changed files with 386 additions and 199 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"consistent-return": "off",
"no-restricted-syntax": "off",
"no-continue": "off",
"no-await-in-loop": "off",
"import/order": [
"warn",
{
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "scribunto-bundler",
"description": "Lua bundler for Scribunto",
"version": "0.2.1",
"version": "0.2.2",
"author": "Astrid <[email protected]>",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"2dec": "^1.0.5",
"@robertsspaceindustries/sub": "^1.0.8",
"@robertsspaceindustries/sub": "^1.0.9",
"commander": "^11.1.0",
"klaw": "^4.1.0",
"nanoid": "^5.0.5",
Expand Down
Loading

0 comments on commit 67ac59a

Please sign in to comment.