X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=package.json;h=065925b3a3fca6f5963ac67c00176bcf42d2a668;hb=cb5a452c904d2c6a757193888ff1b3801fd10cd8;hp=27579a0d3115f2a7625ee8a7fc7d80f6ccabb218;hpb=ff29fd69a316c59f55dbec1cc86f00c262b73275;p=mirror_xterm.js.git diff --git a/package.json b/package.json index 27579a0..065925b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "xterm", "description": "Full xterm terminal, in your browser", - "version": "2.4.0", + "version": "2.8.1", "ignore": [ "demo", "test", @@ -36,7 +36,7 @@ ], "devDependencies": { "@types/chai": "^3.4.34", - "@types/jsdom": "^2.0.30", + "@types/jsdom": "^11.0.1", "@types/mocha": "^2.2.33", "@types/node": "^6.0.41", "browserify": "^13.1.0", @@ -54,21 +54,21 @@ "gulp-sourcemaps": "1.9.1", "gulp-typescript": "^3.1.3", "jsdoc": "3.4.3", - "jsdom": "^9.11.0", + "jsdom": "^11.1.0", "merge-stream": "^1.0.1", "node-pty": "^0.4.1", "nodemon": "1.10.2", - "sleep": "^3.0.1", "sorcery": "^0.10.0", "tslint": "^4.0.2", "typescript": "~2.2.0", "vinyl-buffer": "^1.0.0", - "vinyl-source-stream": "^1.1.0" + "vinyl-source-stream": "^1.1.0", + "gulp-util": "^3.0.8" }, "scripts": { "prestart": "npm run build", "start": "node demo/app", - "dev": "nodemon -e js,ts --watch src --watch demo --exec npm start", + "dev": "nodemon -e js,ts,css --watch src --watch demo --exec npm start", "lint": "tslint src/*.ts src/**/*.ts", "test": "gulp test", "build:docs": "jsdoc -c jsdoc.json",