Skip to content

Commit

Permalink
fix: reference correct tailwind file (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
e-krebs authored Dec 15, 2024
1 parent 427a6c5 commit 0b76c95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@e-krebs/react-library",
"version": "0.0.36",
"version": "0.0.37",
"description": "A collection of components to be reused across personal projects",
"repository": "github.com/e-krebs/react-library",
"author": "Emmanuel Krebs <[email protected]>",
Expand All @@ -16,7 +16,7 @@
"require": "./dist/index.umd.js"
},
"./icons.svg": "./src/assets/icons.svg",
"./tailwind.config.js": "./shared.tailwind.config.js"
"./tailwind.config.ts": "./shared.tailwind.config.ts"
},
"engines": {
"node": ">= 20.0.0"
Expand Down

0 comments on commit 0b76c95

Please sign in to comment.