@invopop/ui-icons 0.0.63 → 0.0.65

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,10 +1,10 @@
1
1
  {
2
2
  "name": "@invopop/ui-icons",
3
3
  "description": "Icon Sources (based on template) built for @steeze-ui/icons",
4
- "version": "0.0.63",
4
+ "version": "0.0.65",
5
5
  "scripts": {
6
6
  "dev": "vite dev",
7
- "build": "vite build && npm run package",
7
+ "build": "npm run package && vite build",
8
8
  "preview": "vite preview",
9
9
  "package": "npm run build:icons && svelte-kit sync && svelte-package && publint",
10
10
  "prepublishOnly": "npm run package",
@@ -32,7 +32,7 @@
32
32
  "devDependencies": {
33
33
  "@steeze-ui/icons": "^2.1.0",
34
34
  "@steeze-ui/svelte-icon": "^1.5.0",
35
- "@sveltejs/adapter-auto": "^2.1.0",
35
+ "@sveltejs/adapter-static": "^1.0.6",
36
36
  "@sveltejs/kit": "^1.20.4",
37
37
  "@sveltejs/package": "^2.0.2",
38
38
  "prettier": "^2.8.8",