mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Remove old browserify entry point
No longer needed after webpack refactor Missed in #2132
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user