Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/TopbarIcon.client.luau
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--!nonstrict
--!strict

local BackpackScript = require(script.Parent)
local Icon = require(script.Parent.Parent.topbarplus)
Expand Down
12 changes: 6 additions & 6 deletions wally.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# It is not intended for manual editing.
registry = "test"

[[package]]
name = "1foreverhd/topbarplus"
version = "3.4.0"
dependencies = []

[[package]]
name = "ryanlua/purse"
version = "1.1.3"
dependencies = [["topbarplus", "1foreverhd/topbarplus@3.4.0"]]
dependencies = [["topbarplus", "ryanlua/topbarplus@1.0.1"]]

[[package]]
name = "ryanlua/topbarplus"
version = "1.0.1"
dependencies = []
2 changes: 1 addition & 1 deletion wally.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ exclude = ["**"]
include = ["src", "src/**", "wally.toml", "wally.lock", "default.project.json", "LICENSE", "README.md"]

[dependencies]
topbarplus = "1foreverhd/topbarplus@3.4.0"
topbarplus = "ryanlua/topbarplus@1.0.1"