Skip to content

Commit b989853

Browse files
committed
Update ready for NPM
1 parent bcb5b24 commit b989853

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tailwind CSS WordPress Utility Classes
22

3-
Tailwind CSS plugin for WordPress specific utility classes.
3+
Tailwind CSS plugin for generating WordPress utility classes.
44

55
This plugin currently includes:
66

@@ -50,7 +50,7 @@ This plugin uses the keys `editorColorPalette` and `editorFontSizes` in your Tai
5050
},
5151
},
5252
plugins: [
53-
require('tailwindcss-wordpress')(),
53+
require('@brettsmason/tailwindcss-wordpress')(),
5454
],
5555
}
5656
```

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "tailwindcss-wordpress",
2+
"name": "@brettsmason/tailwindcss-wordpress",
33
"version": "0.1.0",
44
"description": "Tailwind CSS plugin for WordPress specific utility classes.",
55
"main": "index.js",
@@ -9,7 +9,8 @@
99
"keywords": [
1010
"tailwind",
1111
"tailwindcss",
12-
"tailwindcss-plugin"
12+
"tailwindcss-plugin",
13+
"wordpress"
1314
],
1415
"devDependencies": {
1516
"lodash": "^4.17.15"

0 commit comments

Comments
 (0)