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.
Files changed (2) hide show
  1. package/README.md +1 -5
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -1,7 +1,3 @@
1
1
  # skotch
2
2
 
3
- To install dependencies:
4
-
5
- ```bash
6
- bun install
7
- ```
3
+ A simple 3D graphics library for the web.
package/package.json CHANGED
@@ -2,7 +2,8 @@
2
2
  "name": "skotch",
3
3
  "module": "main.ts",
4
4
  "type": "module",
5
- "version": "v0.0.1",
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"