Merge pull request #2162 from Tyriar/remove_xterm_ts

Remove old browserify entry point
This commit is contained in:
Daniel Imms
2019-05-31 12:28:57 -07:00
committed by GitHub
-10
View File
@@ -1,10 +0,0 @@
/**
* Copyright (c) 2017 The xterm.js authors. All rights reserved.
* @license MIT
*
* This file is the entry point for browserify.
*/
import { Terminal } from './public/Terminal';
module.exports = Terminal;