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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "playlight-sdk",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "type": "module",
5
5
  "description": "The SDK for Playlight - a discovery platform, built into your own game.",
6
6
  "main": "dist/playlight-sdk.es.js",
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/) and [Shadcn-Svelte components](https://next.shadcn-svelte.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).