Skip to content

Commit

Permalink
Merge pull request #13309 from storybookjs/fix/reactTypings
Browse files Browse the repository at this point in the history
React: Expose StorybookConfig types
  • Loading branch information
shilman committed Nov 27, 2020
2 parents 28b458a + 8f0c210 commit f336ea8
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions app/react/package.json
Expand Up @@ -17,16 +17,6 @@
"license": "MIT",
"main": "dist/client/index.js",
"types": "dist/client/index.d.ts",
"typesVersions": {
"<3.8": {
"types-6-0": [
"ts3.4/dist/client/preview/types-6-0.d.ts"
],
"*": [
"ts3.4/*"
]
}
},
"bin": {
"build-storybook": "./bin/build.js",
"start-storybook": "./bin/index.js",
Expand All @@ -35,6 +25,7 @@
"files": [
"bin/**/*",
"dist/**/*",
"types/**/*",
"README.md",
"*.js",
"*.d.ts",
Expand Down Expand Up @@ -82,5 +73,15 @@
"publishConfig": {
"access": "public"
},
"gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093"
"gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093",
"typesVersions": {
"<3.8": {
"types-6-0": [
"ts3.4/dist/client/preview/types-6-0.d.ts"
],
"*": [
"ts3.4/*"
]
}
}
}

0 comments on commit f336ea8

Please sign in to comment.