File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 1.3.3 - 2021-12-13
3+ ## 2.0.0 - 2021-12-13
44 * Tested against TailwindCSS v3
5+ * Updated minimum node requirements (v12)
56 * Updated documentation
67
78## 1.3.2 - 2021-02-24
Original file line number Diff line number Diff line change 77
88A plugin to provide TailwindCSS utilities for grid areas.
99
10- The latest release of this plugin (version 1.3 onwards) will work with TailwindCSS versions 1, 2 and 3.
11-
1210## Installation
1311
1412```
Original file line number Diff line number Diff line change 11{
22 "name" : " @savvywombat/tailwindcss-grid-areas" ,
3- "version" : " 1.3.3 " ,
3+ "version" : " 2.0.0 " ,
44 "description" : " A plugin to provide TailwindCSS utilities for grid areas." ,
55 "keywords" : [
66 " tailwind" ,
2727 "dependencies" : {
2828 "lodash" : " ^4.17.21"
2929 },
30+ "peerDependencies" : {
31+ "tailwindcss" : " ^3.0.1"
32+ },
3033 "devDependencies" : {
3134 "@babel/cli" : " ^7.16.0" ,
3235 "@babel/core" : " ^7.16.0" ,
4952 " @babel/preset-env" ,
5053 {
5154 "targets" : {
52- "node" : " 8.9 .0"
55+ "node" : " 12.22 .0"
5356 }
5457 }
5558 ]
You can’t perform that action at this time.
0 commit comments