@ntf/math 1.1.0 → 1.1.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +9 -5
package/README.md CHANGED
@@ -36,6 +36,6 @@ const { ... } = require("@ntf/math");
36
36
  import { ... } from "@ntf/math";
37
37
  ```
38
38
 
39
- ### License stuff that nobody reads
39
+ ## License stuff that nobody reads
40
40
 
41
41
  Just like any [Open Source Project](https://github.com/N1ghtTheF0x/ntf-math) this has a [License](./LICENSE), the MIT License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ntf/math",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Another math library",
5
5
  "files": [
6
6
  "dist"
@@ -10,20 +10,24 @@
10
10
  "types": "./dist/types/index.d.ts",
11
11
  "repository": {
12
12
  "type": "git",
13
- "url": "git+https://github.com/N1ghtTheF0x/ntf-.git"
13
+ "url": "git+https://github.com/N1ghtTheF0x/ntf-math.git"
14
14
  },
15
15
  "keywords": [
16
16
  "esm",
17
17
  "cjs",
18
18
  "nodejs",
19
- "browser"
19
+ "browser",
20
+ "math",
21
+ "vector2",
22
+ "vector3",
23
+ "matrix"
20
24
  ],
21
25
  "author": "N1ghtTheF0x",
22
26
  "license": "MIT",
23
27
  "bugs": {
24
- "url": "https://github.com/N1ghtTheF0x/ntf-/issues"
28
+ "url": "https://github.com/N1ghtTheF0x/ntf-math/issues"
25
29
  },
26
- "homepage": "https://github.com/N1ghtTheF0x/ntf-#readme",
30
+ "homepage": "https://github.com/N1ghtTheF0x/ntf-math#readme",
27
31
  "devDependencies": {
28
32
  "typescript": "latest",
29
33
  "ts-node": "latest",