Skip to content

Commit

Permalink
v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainpolletvillard committed Sep 10, 2020
1 parent fd46961 commit 253ff0f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-grid-kiss",
"version": "2.4.0",
"version": "2.5.0",
"description": "A PostCSS plugin to keep CSS grids stupidly simple",
"main": "lib/index.js",
"author": "Sylvain Pollet-Villard",
Expand All @@ -23,8 +23,8 @@
"node": ">=6.0.0"
},
"dependencies": {
"browserslist": "^4.14.1",
"caniuse-lite": "^1.0.30001124",
"browserslist": "^4.14.2",
"caniuse-lite": "^1.0.30001125",
"postcss": "^7.0.32",
"postcss-merge-grid-template": "^0.7.0",
"reduce-css-calc": "^2.1.7"
Expand All @@ -33,4 +33,4 @@
"ava": "^3.12.1",
"eslint": "^7.8.1"
}
}
}

0 comments on commit 253ff0f

Please sign in to comment.