@sky.ui/core 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.
package/README.md CHANGED
@@ -5,9 +5,11 @@ Lit-based web components for Sky UI. Use tags such as `<sky-button>` and `<sky-c
5
5
  ## Install
6
6
 
7
7
  ```bash
8
- npm install @sky.ui/core
8
+ npm install "@sky.ui/core"
9
9
  ```
10
10
 
11
+ > Quote scoped names (`"@sky.ui/…"`) — required in PowerShell. See [powershell-scoped-packages.md](../../docs/powershell-scoped-packages.md).
12
+
11
13
  Peer dependencies (install as needed for the components you use): `lit`, and optionally `@lit-labs/motion`, `@lit-labs/virtualizer`, `@lit/context`, `d3`, `three`.
12
14
 
13
15
  ## Quick start
@@ -110,4 +112,4 @@ Install the **Sky UI Components** VS Code extension for completions, hover docs,
110
112
 
111
113
  ## License
112
114
 
113
- [Sky UI Free EULA](./LICENSE.md) — proprietary; not open source.
115
+ [Sky UI Free EULA](https://unpkg.com/@sky.ui/core/LICENSE.md) — proprietary; not open source.