@stubber/ui 1.0.5 → 1.0.6

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,11 +1,11 @@
1
1
  {
2
2
  "name": "@stubber/ui",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build && npm run package",
7
7
  "preview": "vite preview",
8
- "package": "svelte-kit sync && svelte-package && publint",
8
+ "package": "svelte-kit sync && svelte-package && cp src/app.css dist/ && cp -r src/styles dist/ && publint",
9
9
  "prepublishOnly": "npm run package",
10
10
  "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
11
11
  "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
@@ -17,13 +17,15 @@
17
17
  ".": {
18
18
  "types": "./dist/index.d.ts",
19
19
  "svelte": "./dist/index.js"
20
- }
20
+ },
21
+ "./app.css": "./dist/app.css",
22
+ "./styles/*": "./dist/styles/*"
21
23
  },
22
24
  "files": [
23
25
  "dist",
24
26
  "tailwind.config.js",
25
- "src/app.css",
26
- "src/styles"
27
+ "dist/app.css",
28
+ "dist/styles"
27
29
  ],
28
30
  "peerDependencies": {
29
31
  "svelte": "^4.2.19"
File without changes
File without changes
File without changes
File without changes