mirror of
https://github.com/pesde-pkg/index.git
synced 2024-12-12 11:20:36 +00:00
add 0x5eal/semver@0.1.0 luau
This commit is contained in:
parent
070fc0e49c
commit
030a35a37b
2 changed files with 16 additions and 0 deletions
1
0x5eal/scope.toml
Normal file
1
0x5eal/scope.toml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
owners = [74418041]
|
15
0x5eal/semver
Normal file
15
0x5eal/semver
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
["0.1.0 luau"]
|
||||||
|
published_at = "2024-11-12T16:16:28.286226421Z"
|
||||||
|
description = "Strongly typed semver (https://semver.org) parser for Luau"
|
||||||
|
license = "MIT"
|
||||||
|
authors = ["Erica Marigold <hi@devcomp.xyz>"]
|
||||||
|
repository = "https://github.com/0x5eal/semver-luau.git"
|
||||||
|
|
||||||
|
["0.1.0 luau".target]
|
||||||
|
environment = "luau"
|
||||||
|
lib = "lib/init.luau"
|
||||||
|
|
||||||
|
["0.1.0 luau".dependencies]
|
||||||
|
frktest = [{ name = "itsfrank/frktest", version = "^0.0.2", index = "https://github.com/daimond113/pesde-index", target = "lune" }, "dev"]
|
||||||
|
option = [{ name = "lukadev_0/option", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"]
|
||||||
|
result = [{ name = "lukadev_0/result", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"]
|
Loading…
Reference in a new issue