css-utility-functions 1.0.3 → 1.0.4
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/dist/index.css +1 -1
- package/dist/index.min.css +1 -1
- package/package.json +2 -2
package/dist/index.css
CHANGED
package/dist/index.min.css
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "css-utility-functions",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "A collection of reusable CSS custom native functions using the @function syntax",
|
|
5
5
|
"main": "dist/index.css",
|
|
6
6
|
"style": "dist/index.css",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"watch:html": "node build-html.js --watch",
|
|
19
19
|
"dev": "concurrently \"npm run watch:html\" \"npm run watch\"",
|
|
20
20
|
"prebuild": "npm run build:html",
|
|
21
|
-
"
|
|
21
|
+
"postversion": "npm run build:all"
|
|
22
22
|
},
|
|
23
23
|
"keywords": [
|
|
24
24
|
"css",
|