Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "term-ng", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Terminal/$TERM feature snooping and whitelisting", | ||
@@ -14,2 +14,5 @@ "main": "index.js", | ||
}, | ||
"engines": { | ||
"node": ">= 4.2 <6.0" | ||
}, | ||
"keywords": [ | ||
@@ -22,3 +25,6 @@ "24bit", | ||
"sgr", | ||
"cli" | ||
"cli", | ||
"tty", | ||
"iterm", | ||
"xterm" | ||
], | ||
@@ -32,3 +38,3 @@ "author": "Mark Griffiths <mark@thebespokepixel.com> (http://thebespokepixel.com/)", | ||
"devDependencies": { | ||
"@thebespokepixel/cordial": "^0.3.0" | ||
"@thebespokepixel/cordial": "^0.4.2" | ||
}, | ||
@@ -35,0 +41,0 @@ "dependencies": { |
# term-ng | ||
Enables enhanced node.js/fish-shell/XTerm/iTerm3 feature integration. | ||
![Project status][project-badge] | ||
>Enables enhanced node.js/fish-shell/XTerm/iTerm3 feature integration. | ||
> | ||
>![Project status][project-badge] | ||
[![Build Status][build-badge]][travis] | ||
@@ -6,0 +6,0 @@ [![Dependency Status][david-badge]][david] |
15333