Skip to content

Commit

Permalink
fix: add files property
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-streng committed Jan 5, 2024
1 parent a192d61 commit 1a8bf14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "0.0.0-development",
"description": "styled components off-canvas menu",
"main": "src/index.ts",
"files": [
"dist/**"
],
"publishConfig": {
"main": "dist/styled-off-canvas.cjs.js",
"module": "dist/styled-off-canvas.esm.js",
Expand Down

0 comments on commit 1a8bf14

Please sign in to comment.