@sikka/hawa 0.1.78 → 0.1.79

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.
@@ -87,3 +87,4 @@ jobs:
87
87
  pm2 stop hawa-landing || true
88
88
  pm2 delete hawa-landing || true
89
89
  pm2 start npm --name "hawa-landing" -- start || true
90
+ pm2 save || true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sikka/hawa",
3
- "version": "0.1.78",
3
+ "version": "0.1.79",
4
4
  "description": "Modern UI Kit made with Tailwind & Radix Primitives",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",