Skip to content

Commit

Permalink
fix: config's should appear in export map
Browse files Browse the repository at this point in the history
refs: #14
  • Loading branch information
maraisr committed Sep 20, 2022
1 parent 6b9e527 commit 7438d26
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook-addon-grid",
"version": "0.3.0",
"version": "0.3.1",
"description": "Column guides for your stories",
"keywords": [
"storybook",
Expand All @@ -27,6 +27,14 @@
"import": "./dist/chromatic.mjs",
"require": "./dist/chromatic.js"
},
"./config": {
"import": "./dist/config/index.mjs",
"require": "./dist/config/index.js"
},
"./config/chromatic": {
"import": "./dist/config/chromatic.mjs",
"require": "./dist/config/chromatic.js"
},
"./package.json": "./package.json"
},
"main": "dist/preset.js",
Expand Down

0 comments on commit 7438d26

Please sign in to comment.