Skip to content

Commit

Permalink
fix: make public on npm (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
RLesser authored Nov 7, 2024
1 parent 1823b35 commit 72fa9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@nomic-ai/atlas-stories-react",
"version": "0.1.1",
"type": "module",
"module": "./dist/atlas-stories-react.js",
"types": "./dist/lib.d.ts",
"module": "./dist/atlas-stories-react.js",
"files": [
"dist"
],
Expand Down

0 comments on commit 72fa9d0

Please sign in to comment.