holygrail2 1.2.64 → 1.2.65

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 (2) hide show
  1. package/package.json +2 -1
  2. package/readme.md +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "holygrail2",
3
- "version": "1.2.64",
3
+ "version": "1.2.65",
4
4
  "description": "A minimal, responsive, style-agnostic CSS framework.",
5
5
  "main": "scss/style.scss",
6
6
  "style": "dist/style.css",
@@ -14,6 +14,7 @@
14
14
  "scripts": {
15
15
  "watch": "npx @11ty/eleventy --watch",
16
16
  "serve": "npx @11ty/eleventy --serve",
17
+ "deploy": "git add . && (git commit -m \"$(node -p \\\"require('./package.json').version\\\")\" || echo 'No hay cambios para commit') && git push origin main && npm publish",
17
18
  "start:watch": "npm-run-all --parallel watch serve open:guide",
18
19
  "generate": "node generate-scss-variables.js",
19
20
  "css": "sass scss/style.scss dist/style.css && sass scss/docs.scss dist/docs.css",
package/readme.md CHANGED
@@ -14,6 +14,8 @@ Aquí tienes el README en formato Markdown para que lo copies directamente:
14
14
  </a>
15
15
  </p>
16
16
 
17
+
18
+
17
19
  <h1 align="center">Holygrail</h1>
18
20
 
19
21
  <div align="center">