rbxts-vex 1.0.3 → 1.0.5

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 (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,7 +18,7 @@ An efficient, performance-minded voxel destruction model.
18
18
  Created by EternalEthel/qrisquinn. Ported to Typescript for rbxts by savruun.
19
19
 
20
20
  > [!IMPORTANT]
21
- > This package is a port of [Vex 2.0](https://devforum.roblox.com/t/vex-20-remastered-for-your-voxel-destruction-needs/1619456) last updated in January of 2022 meaning this package is not updated anymore.
21
+ > This package is a port of [Vex 2.0](https://devforum.roblox.com/t/vex-20-remastered-for-your-voxel-destruction-needs/1619456) last updated in January of 2022 meaning this package is not updated anymore. I am also NOT currently in the rbxts repo, this means you will have to drag rbxts-vex into your node_modules folder before use.
22
22
 
23
23
 
24
24
  ### Installation
@@ -28,6 +28,10 @@ Install package via [NPM](https://www.npmjs.com/package/rbxts-vex):
28
28
  npm i rbxts-vex
29
29
  ```
30
30
 
31
+ Drag rbxts-vex folder in node_modules folder.
32
+
33
+ *Done!*
34
+
31
35
  ### Usage Example
32
36
  Here's some basic examples of using the vex module:
33
37
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "rbxts-vex",
3
3
  "main": "src/init.luau",
4
4
  "types": "src/index.d.ts",
5
- "version": "1.0.3",
5
+ "version": "1.0.5",
6
6
  "description": "An efficient, performance-minded voxel destruction model. Created by EternalEthel/qrisquinn (same person).",
7
7
  "license": "MIT",
8
8
  "author": "kunosyn",