@prozilla-os/core 1.0.13 → 1.0.14

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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,7 +13,7 @@
13
13
 
14
14
  ## About
15
15
 
16
- `@prozilla-os/core` is a React component library written in TypeScript for building web-based operating systems, made by Prozilla.
16
+ `@prozilla-os/core` is a React Vite component library written in TypeScript for building web-based operating systems, made by Prozilla.
17
17
 
18
18
  ## Installation
19
19
 
@@ -25,6 +25,8 @@ $ pnpm add @prozilla-os/core
25
25
 
26
26
  ## Usage
27
27
 
28
+ ### Basic setup
29
+
28
30
  ```tsx
29
31
  import { Desktop, ModalsView, ProzillaOS, Taskbar, WindowsView } from "@prozilla-os/core";
30
32
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@prozilla-os/core",
3
3
  "description": "A React component library written in TypeScript for building web-based operating systems, made by Prozilla.",
4
- "version": "1.0.13",
4
+ "version": "1.0.14",
5
5
  "homepage": "https://os.prozilla.dev",
6
6
  "author": {
7
7
  "name": "Prozilla",