Skip to content

Commit

Permalink
update minimum node supported
Browse files Browse the repository at this point in the history
  • Loading branch information
horuskol committed Dec 13, 2021
1 parent 0bab0d8 commit a5750ef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Changelog

## 1.3.3 - 2021-12-13
## 2.0.0 - 2021-12-13
* Tested against TailwindCSS v3
* Updated minimum node requirements (v12)
* Updated documentation

## 1.3.2 - 2021-02-24
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

A plugin to provide TailwindCSS utilities for grid areas.

The latest release of this plugin (version 1.3 onwards) will work with TailwindCSS versions 1, 2 and 3.

## Installation

```
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@savvywombat/tailwindcss-grid-areas",
"version": "1.3.3",
"version": "2.0.0",
"description": "A plugin to provide TailwindCSS utilities for grid areas.",
"keywords": [
"tailwind",
Expand All @@ -27,6 +27,9 @@
"dependencies": {
"lodash": "^4.17.21"
},
"peerDependencies": {
"tailwindcss": "^3.0.1"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
Expand All @@ -49,7 +52,7 @@
"@babel/preset-env",
{
"targets": {
"node": "8.9.0"
"node": "12.22.0"
}
}
]
Expand Down

0 comments on commit a5750ef

Please sign in to comment.