Skip to content
This repository was archived by the owner on May 27, 2021. It is now read-only.

Commit 0752799

Browse files
committed
Bump version
1 parent 40232f1 commit 0752799

File tree

3 files changed

+65
-59
lines changed

3 files changed

+65
-59
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Installation
44

55
```
6-
yarn add tailwindcss-dark-mode --dev
6+
npm install tailwindcss-dark-mode --save-dev
77
```
88

99
Add the plugin to the `plugins` array in your Tailwind configuration.

package-lock.json

+62-56
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tailwindcss-dark-mode",
33
"description": "A Tailwind CSS plugin that adds variants for dark mode",
4-
"version": "1.1.2",
4+
"version": "1.1.3",
55
"author": "Chance Arthur",
66
"license": "MIT",
77
"copyright": "Chance Arthur",
@@ -26,7 +26,7 @@
2626
"tailwindcss": "^1.1.4"
2727
},
2828
"devDependencies": {
29-
"eslint": "^6.7.2",
29+
"eslint": "^6.8.0",
3030
"eslint-config-google": "^0.14.0"
3131
}
3232
}

0 commit comments

Comments
 (0)