Skip to content

Commit

Permalink
refactor(snackbar): update package json for export style
Browse files Browse the repository at this point in the history
  • Loading branch information
arashagp committed Jan 8, 2025
1 parent 9dee900 commit 53eb9c9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/snackbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,19 @@
"types": "./dist/main.d.ts",
"import": "./dist/main.mjs",
"require": "./dist/main.cjs"
}
},
"./style": "./style/main.css"
},
"main": "./dist/main.cjs",
"module": "./dist/main.mjs",
"types": "./dist/main.d.ts",
"style": "./style/main.css",
"files": [
"**/*.{js,mjs,cjs,map,d.ts,html,md,LEGAL.txt}",
"LICENSE",
"!**/*.test.js",
"!demo/**/*"
"!demo/**/*",
"style/main.css"
],
"scripts": {
"build": "wireit",
Expand Down

0 comments on commit 53eb9c9

Please sign in to comment.