Remove typings (not needed in TS 2+)

This commit is contained in:
Daniel Imms
2016-10-31 19:30:35 -07:00
parent 332bc6be76
commit a995b610cf
3 changed files with 1 additions and 5 deletions
-1
View File
@@ -11,5 +11,4 @@ example/*.log
docs/
npm-debug.log
/.idea/
typings/
.env
-2
View File
@@ -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
+1 -2
View File
@@ -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'",