brandbot 0.1.1 → 0.1.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 (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "brandbot",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "🤖 A 3D robot mascot you brand with your own logo and colors — a drop-in React component with cursor tracking, built on Three.js.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -15,7 +15,8 @@
15
15
  "types": "./dist/robot-core.d.ts",
16
16
  "default": "./dist/robot-core.js"
17
17
  },
18
- "./model": "./dist/nexbot-model.js"
18
+ "./model": "./dist/nexbot-model.js",
19
+ "./package.json": "./package.json"
19
20
  },
20
21
  "files": [
21
22
  "dist",