Skip to content

Commit

Permalink
Refer to Typescript example
Browse files Browse the repository at this point in the history
  • Loading branch information
astralarya committed Jun 1, 2016
1 parent ac113c2 commit f142bee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ let EchoConsole = React.createClass({

Include `dist/react-console.js` and `dist/react-console.css` in your html.

See `example/echo.tsx` for an example using Typescript.


## Props

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ let production = Object.assign({},config, {
});

let development = Object.assign({},config, {
entry: '../example/example.tsx',
entry: '../example/echo.tsx',
output: {
path: __dirname + '/example/dist',
filename: 'react-console.js',
Expand Down

0 comments on commit f142bee

Please sign in to comment.