Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
nitin42 committed Jul 10, 2017
1 parent 3c07231 commit f1c451c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terminal-in-react",
"version": "3.0.0-beta.13",
"version": "2.2.2",
"description": "A component for making a terminal in React",
"main": "index.js",
"repository": "https://www.github.com/nitin42/terminal-in-react",
Expand Down
2 changes: 1 addition & 1 deletion starter/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import { render } from 'react-dom';
import PseudoFileSystem from 'terminal-in-react-pseudo-file-system-plugin'; // eslint-disable-line
// Bundle generated with npm run build:production ('../build/terminal') or use '../components'
import Terminal from '../build/terminal';
import Terminal from '../components';

const App = () => (
<div style={{ display: 'flex', justifyContent: 'center', alignItems: 'center', height: '100vh' }}>
Expand Down

0 comments on commit f1c451c

Please sign in to comment.