Remove old browserify entry point

No longer needed after webpack refactor

Missed in #2132
This commit is contained in:
Daniel Imms
2019-05-31 12:15:31 -07:00
parent 653d38b19f
commit c0ec7d1e6e
-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;