styimat 1.2.1 → 1.2.2

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 +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "styimat",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "A powerful CSS variable preprocessor with nested selectors, Lab/LCH color spaces conversion and modern color features.",
5
5
  "keywords": [
6
6
  "css",
@@ -44,7 +44,6 @@
44
44
  "build:min": "npx terser styimat.js -o styimat.min.js --comments '/^!'",
45
45
  "prepare": "npm run build:min",
46
46
  "prepublishOnly": "npm run build:min && echo 'Built successfully!'",
47
- "postversion": "npm publish",
48
47
  "postpublish": "git add . && git commit -m 'chore: publish v$(node -p \"require('./package.json').version\")' && git push",
49
48
  "release": "npm run release:patch",
50
49
  "release:patch": "npm version patch && npm publish",