@lobergdesign/dot-grid 1.0.6 → 1.0.8
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 +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lobergdesign/dot-grid",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "A modern, flexible 12-column CSS Grid system with container queries, fluid layouts, and subgrid support",
|
|
5
5
|
"main": "dist/grid.css",
|
|
6
6
|
"style": "dist/grid.css",
|
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
"build:css": "sass src/grid.scss dist/grid.css --no-source-map",
|
|
29
29
|
"build:min": "sass src/grid.scss dist/grid.min.css --no-source-map --style=compressed",
|
|
30
30
|
"watch": "sass src/grid.scss dist/grid.css --watch",
|
|
31
|
+
"release": "npm run build && changelogen --release && npm publish && git push --follow-tags",
|
|
31
32
|
"prepublishOnly": "npm run build",
|
|
32
33
|
"deploy": "npx np --no-tests"
|
|
33
34
|
},
|
|
@@ -59,7 +60,8 @@
|
|
|
59
60
|
"homepage": "https://github.com/lobergdesign/dot-grid#readme",
|
|
60
61
|
"devDependencies": {
|
|
61
62
|
"sass": "^1.80.0",
|
|
62
|
-
"np": "^10.2.0"
|
|
63
|
+
"np": "^10.2.0",
|
|
64
|
+
"changelogen": "^0.6.2"
|
|
63
65
|
},
|
|
64
66
|
"engines": {
|
|
65
67
|
"node": ">=14.0.0"
|