@phantompixeldev/retrocss 2.6.0 → 2.7.0

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 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phantompixeldev/retrocss",
3
- "version": "2.6.0",
3
+ "version": "2.7.0",
4
4
  "description": "A Retro-Inspired CSS Framework",
5
5
  "main": "dist/retro.css",
6
6
  "style": "dist/retro.css",
@@ -12,6 +12,7 @@
12
12
  "scripts": {
13
13
  "build": "npm run build:css && npm run build:js",
14
14
  "check:a11y": "node scripts/check-contrast.mjs",
15
+ "version": "node scripts/sync-version.mjs && git add index.html",
15
16
  "watch": "concurrently \"npm run watch:css\" \"npm run watch:js\"",
16
17
  "build:css": "sass src/scss/retro.scss:dist/retro.css",
17
18
  "build:css:min": "sass src/scss/retro.scss:dist/retro.min.css --style compressed",