Skip to content

Commit 67435ed

Browse files
authored
Merge branch 'master' into 767_initial_viewport_wrap
2 parents 9b8cb03 + fc9a0f1 commit 67435ed

7 files changed

+5604
-30
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,6 @@ To contribute either code, documentation or issues to xterm.js please read the [
135135

136136
If you contribute code to this project, you are implicitly allowing your code to be distributed under the MIT license. You are also implicitly verifying that all code is your original work.
137137

138-
Copyright (c) 2014-2016, SourceLair, Private Company ([www.sourcelair.com](https://www.sourcelair.com/home)) (MIT License)
138+
Copyright (c) 2014-2017, SourceLair, Private Company ([www.sourcelair.com](https://www.sourcelair.com/home)) (MIT License)
139139

140140
Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)

Diff for: gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ gulp.task('browserify', ['tsc'], function() {
5050
let browserifyOptions = {
5151
basedir: buildDir,
5252
debug: true,
53-
entries: [`../${outDir}/xterm.js`],
53+
entries: [`${outDir}/xterm.js`],
5454
standalone: 'Terminal',
5555
cache: {},
5656
packageCache: {}

0 commit comments

Comments
 (0)