v0.1.5
This commit is contained in:
parent
868bcbff76
commit
a55e7620a0
|
@ -12,7 +12,7 @@
|
|||
"keywords": ["ansi", "art"],
|
||||
"tags": ["ansi", "art"],
|
||||
"dependencies": {
|
||||
"blessed": ">=0.1.4",
|
||||
"blessed": ">=0.1.5",
|
||||
"term.js": "0.0.4",
|
||||
"request": "2.55.0"
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "blessed",
|
||||
"description": "A high-level terminal interface library for node.js.",
|
||||
"author": "Christopher Jeffrey",
|
||||
"version": "0.1.4",
|
||||
"version": "0.1.5",
|
||||
"main": "./lib/blessed.js",
|
||||
"bin": "./bin/tput.js",
|
||||
"preferGlobal": false,
|
||||
|
|
Loading…
Reference in New Issue