Skip to content

Commit 02aac2a

Browse files
committed
Release 3.2.0
1 parent 20739f2 commit 02aac2a

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

Diff for: elm.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"type": "package",
3-
"name": "cedricss/elm-css-systems",
4-
"summary": "Design systems based on elm-css, inspired by Tailwind.",
5-
"license": "MIT",
6-
"version": "3.1.0",
7-
"exposed-modules": [
8-
"Css.Systems.Colors",
9-
"Css.Systems.Spacing",
10-
"Css.Systems.Utilities",
11-
"Css.Systems.Text"
12-
],
13-
"elm-version": "0.19.0 <= v < 0.20.0",
14-
"dependencies": {
15-
"elm/core": "1.0.0 <= v < 2.0.0",
16-
"rtfeldman/elm-css": "16.0.1 <= v < 17.0.0"
17-
},
18-
"test-dependencies": {}
2+
"type": "package",
3+
"name": "cedricss/elm-css-systems",
4+
"summary": "Design systems based on elm-css, inspired by Tailwind.",
5+
"license": "MIT",
6+
"version": "3.2.0",
7+
"exposed-modules": [
8+
"Css.Systems.Colors",
9+
"Css.Systems.Spacing",
10+
"Css.Systems.Utilities",
11+
"Css.Systems.Text"
12+
],
13+
"elm-version": "0.19.0 <= v < 0.20.0",
14+
"dependencies": {
15+
"elm/core": "1.0.0 <= v < 2.0.0",
16+
"rtfeldman/elm-css": "16.0.1 <= v < 17.0.0"
17+
},
18+
"test-dependencies": {}
1919
}

0 commit comments

Comments
 (0)