Skip to content

Commit

Permalink
chore: add style.css as an exported file
Browse files Browse the repository at this point in the history
Release-As: 1.5.7
  • Loading branch information
IgnacioNMiranda committed Jan 21, 2023
1 parent ed1d92e commit c09be0a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"import": "./dist/vite-component-library-template.es.js",
"require": "./dist/vite-component-library-template.umd.js"
},
"./dist/lib/styles.css": "./dist/lib/styles.css"
"./dist/lib/style.css": "./dist/lib/style.css"
},
"scripts": {
"dev": "start-storybook -p 6006",
Expand Down Expand Up @@ -66,7 +66,8 @@
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"tailwindcss": "^3.2.4"
},
"files": [
"dist"
Expand Down

0 comments on commit c09be0a

Please sign in to comment.