Skip to content

Commit

Permalink
Format wally.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
YetAnotherClown committed Aug 31, 2024
1 parent 6ec1b41 commit e6f597a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions wally.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,18 @@ realm = "shared"
registry = "https://github.com/UpliftGames/wally-index"

# publish-wally.sh will clone to /dist and run wally publish in that directory
exclude = ["tests", "tests/*", "lib/__*__", "lib/__*__/*", "package.json", "*.tgz", "*.zip"]
exclude = [
"tests",
"tests/*",
"lib/__*__",
"lib/__*__/*",
"package.json",
"*.tgz",
"*.zip",
]
include = ["wally.lock"]

[dev-dependencies]
Jest = "jsdotlua/jest@3.6.1-rc.2"
JestGlobals = "jsdotlua/jest-globals@3.6.1-rc.2"
Signal = "sleitnick/signal@2.0.1"
Signal = "sleitnick/signal@2.0.1"

0 comments on commit e6f597a

Please sign in to comment.