Skip to content

Commit

Permalink
Merge pull request #28 from nitin42/3.x.x
Browse files Browse the repository at this point in the history
3.x.x
  • Loading branch information
jcgertig authored Jul 17, 2017
2 parents 96a7846 + 81b0579 commit 8db6c7d
Show file tree
Hide file tree
Showing 31 changed files with 423 additions and 5,738 deletions.
7 changes: 6 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,10 @@
"react": "React"
}
}]
]
],
"env": {
"production": {
"presets": ["babili"]
}
}
}
2 changes: 0 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ pids
logs
results
coverage
lib-cov
html-report
xunit.xml
components
starter
webpack
__mocks__
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<img src="http://icons.iconarchive.com/icons/paomedia/small-n-flat/1024/terminal-icon.png" width="300" height="300" />
</p>

> A tiny component that renders a terminal
> A component that renders a terminal
## Install

Expand All @@ -26,6 +26,7 @@ yarn add terminal-in-react
```jsx
import React, { Component } from 'react';
import Terminal from 'terminal-in-react';
import 'terminal-in-react/lib/css/index.css';

class App extends Component {
showMsg = () => 'Hello World'
Expand Down
8 changes: 0 additions & 8 deletions components/index.js

This file was deleted.

Loading

0 comments on commit 8db6c7d

Please sign in to comment.