Skip to content

Commit a5750ef

Browse files
committed
update minimum node supported
1 parent 0bab0d8 commit a5750ef

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
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

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
A 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
```

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -27,6 +27,9 @@
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",
@@ -49,7 +52,7 @@
4952
"@babel/preset-env",
5053
{
5154
"targets": {
52-
"node": "8.9.0"
55+
"node": "12.22.0"
5356
}
5457
}
5558
]

0 commit comments

Comments
 (0)