Skip to content

Commit

Permalink
Merge pull request #3 from storybookjs/valentin/fix-main-field
Browse files Browse the repository at this point in the history
Update "main" path in package.json
  • Loading branch information
valentinpalkovic authored Feb 27, 2024
2 parents 3e44410 + 2988122 commit f1347bc
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 59 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"./package.json": "./package.json"
},
"main": "dist/esm/preset.js",
"main": "dist/preset.js",
"files": [
"dist/**/*",
"src/**/*",
Expand Down Expand Up @@ -62,7 +62,7 @@
"devDependencies": {
"@biomejs/biome": "^1.4.1",
"@storybook/types": "next",
"auto": "^11.0.4",
"auto": "^11.1.1",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"webpack": "^5.89.0"
Expand Down
Loading

0 comments on commit f1347bc

Please sign in to comment.