skotch 0.0.1 → 0.0.2
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.
- package/README.md +1 -5
- package/package.json +2 -1
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
"name": "skotch",
|
|
3
3
|
"module": "main.ts",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"
|
|
5
|
+
"description": "A 3D graphics library for the web, simple and fast.",
|
|
6
|
+
"version": "v0.0.2",
|
|
6
7
|
"scripts": {
|
|
7
8
|
"prod": "bun build main.ts --outfile dist/skotch.min.js --minify",
|
|
8
9
|
"test": "bun test"
|