Skip to content

Commit

Permalink
Updated dependencies. Removed unneeded dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
glenndehaan committed Apr 6, 2024
1 parent db0bd72 commit 54d6cb1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 47 deletions.
52 changes: 9 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"nodemon": "^3.1.0",
"tailwindcss": "^3.4.1",
"tailwindcss-text-fill": "^0.2.0"
"tailwindcss": "^3.4.3"
}
}
3 changes: 1 addition & 2 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ module.exports = {
extend: {}
},
plugins: [
require('@tailwindcss/forms'),
require("tailwindcss-text-fill")
require('@tailwindcss/forms')
]
};

0 comments on commit 54d6cb1

Please sign in to comment.