@sikka/hawa 0.26.23 → 0.26.24
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 +4 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@sikka/hawa",
|
3
|
-
"version": "0.26.
|
3
|
+
"version": "0.26.24",
|
4
4
|
"description": "Modern UI Kit made with Tailwind",
|
5
5
|
"author": {
|
6
6
|
"name": "Sikka Software",
|
@@ -109,10 +109,9 @@
|
|
109
109
|
"check": "tsc --noEmit",
|
110
110
|
"test": "jest",
|
111
111
|
"prebuild": "node ./util/pre-build.js",
|
112
|
-
"build": "npm run prebuild && node ./util/build-library.js",
|
113
|
-
"build
|
114
|
-
"build
|
115
|
-
"prepub": "npm run build && npm run build-css",
|
112
|
+
"build:lib": "npm run prebuild && node ./util/build-library.js",
|
113
|
+
"build:css": "postcss styles.css -o dist/index.css",
|
114
|
+
"build": "npm run build:lib && npm run build:css",
|
116
115
|
"pub": "npm publish --tag next"
|
117
116
|
}
|
118
117
|
}
|