@anydigital/bricks 1.0.0-alpha.11 → 1.0.0-alpha.12
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/.prettierrc.json +3 -0
- package/package.json +2 -8
- package/postcss.config.js +8 -0
package/.prettierrc.json
ADDED
package/package.json
CHANGED
|
@@ -1,13 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anydigital/bricks",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.12",
|
|
4
4
|
"description": "Framework-agnostic CSS utilities and single-file Liquid 'bricks' for modern web development.",
|
|
5
5
|
"main": "dist/bricks.css",
|
|
6
6
|
"style": "dist/bricks.css",
|
|
7
|
-
"files": [
|
|
8
|
-
"dist",
|
|
9
|
-
"bricks"
|
|
10
|
-
],
|
|
11
7
|
"scripts": {
|
|
12
8
|
"postcss": "postcss bricks/bricks.css -o dist/bricks.css",
|
|
13
9
|
"build": "npm run postcss -- --no-map",
|
|
@@ -33,7 +29,5 @@
|
|
|
33
29
|
"postcss-cli": "^11.0.0",
|
|
34
30
|
"postcss-import": "^16.1.1",
|
|
35
31
|
"postcss-preset-env": "^10.6.0"
|
|
36
|
-
}
|
|
37
|
-
"jsdelivr": "dist/bricks.css",
|
|
38
|
-
"unpkg": "dist/bricks.css"
|
|
32
|
+
}
|
|
39
33
|
}
|