Skip to content

Commit

Permalink
Quaternion package
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleitnick committed Oct 17, 2023
1 parent 2872c10 commit f0f2996
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
16 changes: 16 additions & 0 deletions modules/quaternion/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "@rbxutil/quaternion",
"version": "0.2.3",
"main": "init.lua",
"repository": "github:Sleitnick/RbxUtil",
"license": "MIT",
"types": "index.d.ts",
"files": [
"./",
"!*.toml",
"!*.json"
],
"publishConfig": {
"access": "public"
}
}
3 changes: 2 additions & 1 deletion modules/quaternion/wally.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "sleitnick/quaternion"
description = "Quaternion class"
version = "0.2.2"
version = "0.2.3"
license = "MIT"
authors = ["Stephen Leitnick"]
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
exclude = ["node_modules", "package.json", "**/*.ts"]

0 comments on commit f0f2996

Please sign in to comment.