]> git.proxmox.com Git - mirror_xterm.js.git/blobdiff - package.json
Merge remote-tracking branch 'upstream/master' into typescript_build_2
[mirror_xterm.js.git] / package.json
index 5896f08d6e6061c8081ab56835853664bd57e593..93ed9a7b867d09ac5a2b04ca495e0b314548c0dc 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "xterm",
-  "version": "2.0.1",
+  "version": "2.1.0",
   "ignore": [
     "demo",
     "test",
     "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'",
-    "test": "./bin/build && mocha --recursive ./test/*test.js ./test/**/*test.js",
+    "start": "nodemon --watch src --watch addons --watch demo --exec bash -c './bin/build && node demo/app'",
+    "test": "./bin/build && mocha --recursive ./out",
     "build:docs": "jsdoc -c jsdoc.json",
     "build": "./bin/build"
   }