Skip to content

Commit

Permalink
export css
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettCleary committed Aug 15, 2024
1 parent 7a0c917 commit 41a51fd
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
@@ -1,6 +1,6 @@
{
"name": "@hyperplay/quests-ui",
"version": "0.0.4",
"version": "0.0.5",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -19,7 +19,8 @@
"exports": {
".": {
"import": "./dist/index.es.js"
}
},
"./style.css": "./dist/style.css"
},
"types": "dist/index.d.ts",
"devDependencies": {
Expand Down

0 comments on commit 41a51fd

Please sign in to comment.