@warp-ds/elements 1.0.0-alpha.1 → 1.0.0-alpha.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 CHANGED
@@ -1,4 +1,4 @@
1
- # Fabric Elements
1
+ # Warp Elements
2
2
 
3
3
  ## Development
4
4
 
@@ -6,7 +6,7 @@ The project uses [Vite](https://vitejs.dev/) for "unbundled" local development.
6
6
  server by running the following command:
7
7
 
8
8
  ```sh
9
- npm run dev
9
+ pnpm run dev
10
10
  ```
11
11
 
12
12
  Changes to either the custom elements or the HTML files should hot reload.