holygrail2 1.3.3 → 1.3.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "holygrail2",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.4",
|
|
4
4
|
"description": "A minimal, responsive, style-agnostic CSS framework.",
|
|
5
5
|
"main": "scss/style.scss",
|
|
6
6
|
"style": "dist/style.css",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"css": "sass scss/style.scss dist/style.css && sass scss/style-rtl.scss dist/style-rtl.css && sass scss/docs.scss dist/docs.css",
|
|
21
21
|
"site": "npx @11ty/eleventy",
|
|
22
22
|
"build": "npm run generate && npm run css && npm run site",
|
|
23
|
-
|
|
23
|
+
"start": "npm run build && npm run open:guide",
|
|
24
24
|
"open:guide": "open guia/index.html"
|
|
25
25
|
},
|
|
26
26
|
"repository": {
|