diff --git a/.gitignore b/.gitignore index a8029f56..2e91366a 100644 --- a/.gitignore +++ b/.gitignore @@ -11,5 +11,4 @@ example/*.log docs/ npm-debug.log /.idea/ -typings/ .env diff --git a/bin/build b/bin/build index f30496cd..8ec5cbdf 100755 --- a/bin/build +++ b/bin/build @@ -1,7 +1,5 @@ #! /usr/bin/env sh -typings install - mkdir -p build browserify src/xterm.js --standalone Terminal -p [ tsify ] --outfile build/xterm.js cp src/xterm.css build/xterm.css diff --git a/package.json b/package.json index 5896f08d..d35d6087 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,7 @@ "pty.js": "0.3.1", "sleep": "^3.0.1", "tsify": "^1.0.7", - "typescript": "^2.0.3", - "typings": "^1.4.0" + "typescript": "^2.0.3" }, "scripts": { "start": "nodemon --watch src --watch addons --exec bash -c './bin/build && node demo/app'",