Skip to content

Commit

Permalink
Remove video-react package
Browse files Browse the repository at this point in the history
  • Loading branch information
SumukhaKV committed May 24, 2018
1 parent a7bcfe9 commit e99b80f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
9 changes: 0 additions & 9 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"react-scripts": "1.1.1",
"redux": "^3.7.2",
"semantic-ui-css": "^2.3.0",
"semantic-ui-react": "^0.78.3",
"video-react": "^0.10.4"
"semantic-ui-react": "^0.78.3"
},
"scripts": {
"start": "react-scripts start",
Expand Down
1 change: 0 additions & 1 deletion ui/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import App from './App';

import './index.css';
import 'semantic-ui-css/semantic.min.css';
import '../node_modules/video-react/dist/video-react.css';

import { FS_ROOT } from './config/config';

Expand Down

0 comments on commit e99b80f

Please sign in to comment.