Skip to content

Commit

Permalink
Merge pull request #39 from storybookjs/fix/entrypoints
Browse files Browse the repository at this point in the history
Fix: Add index entrypoint
  • Loading branch information
yannbf authored Feb 28, 2024
2 parents 9cf4505 + 69d558f commit 081b717
Show file tree
Hide file tree
Showing 3 changed files with 249 additions and 96 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/convert-source-map": "^2.0.3",
"@types/istanbul-lib-instrument": "^1.7.7",
"@types/test-exclude": "^6.0.2",
"auto": "^10.3.0",
"auto": "^11.1.1",
"concurrently": "^6.2.0",
"prettier": "^2.3.1",
"prop-types": "^15.7.2",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export default {};
Loading

0 comments on commit 081b717

Please sign in to comment.