intelliwaketssveltekitv25 1.0.41 → 1.0.43

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelliwaketssveltekitv25",
3
- "version": "1.0.41",
3
+ "version": "1.0.43",
4
4
  "exports": {
5
5
  ".": {
6
6
  "types": "./dist/index.d.ts",
@@ -83,7 +83,7 @@
83
83
  "lint": "prettier --check . && eslint .",
84
84
  "format": "prettier --write .",
85
85
  "Install-IntelliWake": "pnpm install && pnpm update -P @solidbasisventures/intelliwaketsfoundation",
86
- "Publish": "pnpm version patch && git push --tags && pnpm svelte-package && tailwindcss -i src/app.css -o ./dist/app.css --minify && git push && pnpm publish",
86
+ "Publish": "pnpm version patch && git push --tags && git push && pnpm publish",
87
87
  "Version-Minor-Advance": "pnpm version minor"
88
88
  }
89
89
  }