We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95f756a commit 1af09c7Copy full SHA for 1af09c7
package.json
@@ -2,7 +2,7 @@
2
"name": "tty.js",
3
"description": "A terminal for your browser",
4
"author": "Christopher Jeffrey",
5
- "version": "0.2.12-2",
+ "version": "0.2.13",
6
"main": "./index.js",
7
"bin": "./bin/tty.js",
8
"man": "./man/tty.js.1",
@@ -16,7 +16,7 @@
16
"express": "3.1.0",
17
"socket.io": "0.9.13",
18
"pty.js": "0.2.3",
19
- "term.js": "0.0.2"
+ "term.js": "0.0.3"
20
},
21
"engines": { "node": ">= 0.8.0" }
22
}
0 commit comments