playlight-sdk 0.0.3 → 0.0.4
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/dist/playlight-sdk.css +1 -1
- package/package.json +1 -1
- package/readme.md +1 -1
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -8,7 +8,7 @@ The package is also available on [NPM](https://npmjs.com) under the name `playli
|
|
|
8
8
|
|
|
9
9
|
## Developing
|
|
10
10
|
|
|
11
|
-
The Playlight SDK uses [Svelte](https://svelte.dev) together with [Tailwind CSS](https://tailwindcss.com/)
|
|
11
|
+
The Playlight SDK uses [Svelte](https://svelte.dev) together with [Tailwind CSS](https://tailwindcss.com/).
|
|
12
12
|
|
|
13
13
|
Run `npm run build` to create a fresh build, and test the SDK using the `index.html` file found in the `/example` folder.
|
|
14
14
|
To view it, start a live server (e.g. with the live server VSCode extension).
|