Skip to content

Commit

Permalink
Merge pull request #1199 from joscha/patch-1
Browse files Browse the repository at this point in the history
Remove typings for @storybook/react
  • Loading branch information
shilman authored Jun 7, 2017
2 parents 013e574 + f2c0f1a commit de765c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 31 deletions.
4 changes: 4 additions & 0 deletions app/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ Here are some featured storybooks that you can reference to see how Storybook wo
- [Demo of React Dates](http://airbnb.io/react-dates/) - [source](https://github.com/airbnb/react-dates)
- [Demo of React Native Web](http://necolas.github.io/react-native-web/storybook/) - [source](https://github.com/necolas/react-native-web)

## Typescript

If you are using Typescript, make sure you have the type definitions installed via `yarn add @types/node @types/react @types/storybook__react --dev`.

## Docs

- [Basics](https://storybook.js.org/docs/react-storybook/basics/introduction)
Expand Down
30 changes: 0 additions & 30 deletions app/react/config/storybook.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion app/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
},
"license": "MIT",
"main": "dist/client/index.js",
"typings": "./config/storybook.d.ts",
"bin": {
"build-storybook": "./dist/server/build.js",
"start-storybook": "./dist/server/index.js",
Expand Down

0 comments on commit de765c6

Please sign in to comment.