Skip to content

Commit

Permalink
Update ready for NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
brettsmason committed Aug 13, 2019
1 parent bcb5b24 commit b989853
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tailwind CSS WordPress Utility Classes

Tailwind CSS plugin for WordPress specific utility classes.
Tailwind CSS plugin for generating WordPress utility classes.

This plugin currently includes:

Expand Down Expand Up @@ -50,7 +50,7 @@ This plugin uses the keys `editorColorPalette` and `editorFontSizes` in your Tai
},
},
plugins: [
require('tailwindcss-wordpress')(),
require('@brettsmason/tailwindcss-wordpress')(),
],
}
```
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "tailwindcss-wordpress",
"name": "@brettsmason/tailwindcss-wordpress",
"version": "0.1.0",
"description": "Tailwind CSS plugin for WordPress specific utility classes.",
"main": "index.js",
Expand All @@ -9,7 +9,8 @@
"keywords": [
"tailwind",
"tailwindcss",
"tailwindcss-plugin"
"tailwindcss-plugin",
"wordpress"
],
"devDependencies": {
"lodash": "^4.17.15"
Expand Down

0 comments on commit b989853

Please sign in to comment.