@typecad/ui 0.1.0-alpha.2 → 1.0.0-alpha.6

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 +2 -2
package/README.md CHANGED
@@ -243,7 +243,7 @@ export default config;
243
243
  ### 3. Build
244
244
 
245
245
  ```bash
246
- npx cuttlefish build --compile
246
+ npx @typecad/cuttlefish build --compile
247
247
  ```
248
248
 
249
249
  ## Elements
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typecad/ui",
3
- "version": "0.1.0-alpha.2",
3
+ "version": "1.0.0-alpha.6",
4
4
  "description": "TypeCAD UI authoring library — HTML/CSS-driven graphics for microcontrollers",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -33,7 +33,7 @@
33
33
  "src"
34
34
  ],
35
35
  "peerDependencies": {
36
- "@typecad/cuttlefish": "0.1.0-alpha.2"
36
+ "@typecad/cuttlefish": "1.0.0-alpha.6"
37
37
  },
38
38
  "dependencies": {
39
39
  "css-tree": "^3.2.1",