@rbxts/falldown 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/falldown",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A realistic ragdoll physics system for Roblox with smooth getup animations, collision management, and customizable velocity modes. Supports both R6 and R15 rigs with surface-aware positioning.",
5
5
  "main": "out/init.luau",
6
6
  "scripts": {
@@ -51,10 +51,10 @@
51
51
  },
52
52
  "repository": {
53
53
  "type": "git",
54
- "url": "git+https://github.com/IrishFix/rbxts-volume3.git"
54
+ "url": "git+https://github.com/IrishFix/rbxts-falldown.git"
55
55
  },
56
56
  "bugs": {
57
- "url": "https://github.com/IrishFix/rbxts-volume3/issues"
57
+ "url": "https://github.com/IrishFix/rbxts-falldown/issues"
58
58
  },
59
- "homepage": "https://irishfix.github.io/rbxts-volume3/"
59
+ "homepage": "https://irishfix.github.io/rbxts-falldown/"
60
60
  }