Skip to content

Commit

Permalink
update pushword/js-helper version
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDev committed Oct 19, 2023
1 parent 7af2d03 commit 06617ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/js-helper/package.json
@@ -1,6 +1,6 @@
{
"name": "@pushword/js-helper",
"version": "0.0.89",
"version": "0.0.90",
"description": "Pushword front end helpers. ",
"author": "Robin@PiedWeb <contact@piedweb.com>",
"license": "MIT",
Expand Down Expand Up @@ -30,6 +30,7 @@
"sass-loader": "^13.3",
"simple-jekyll-search": "^1.9.1",
"tailwindcss": "^3",
"tailwindcss-animated": "^1.0.1",
"tailwindcss-hero-patterns": "^0.1",
"tailwindcss-multi-column": "^1.0.2",
"webpack": "^5.72",
Expand Down
1 change: 1 addition & 0 deletions packages/js-helper/src/tailwind.config.js
Expand Up @@ -28,6 +28,7 @@ module.exports = {
require('@tailwindcss/typography'),
require('@tailwindcss/aspect-ratio'),
require('@tailwindcss/forms'),
require('tailwindcss-animated'),
require('tailwindcss-hero-patterns'),
plugin(pushwordHelper.twFirstLetterPlugin),
plugin(pushwordHelper.twFirstChildPlugin),
Expand Down

0 comments on commit 06617ae

Please sign in to comment.