Skip to content

Commit

Permalink
Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cronvel committed Jul 31, 2016
1 parent cdf476b commit 3c34f40
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

v0.24.21
--------

Dependencies


v0.24.20
--------

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terminal-kit",
"version": "0.24.20",
"version": "0.24.21",
"description": "256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!",
"main": "lib/termkit.js",
"directories": {
Expand All @@ -10,9 +10,9 @@
"node": ">=4.0.0"
},
"dependencies": {
"async-kit": "^2.1.5",
"nextgen-events": "^0.6.0",
"string-kit": "^0.5.9",
"async-kit": "^2.1.6",
"nextgen-events": "^0.9.0",
"string-kit": "^0.5.10",
"tree-kit": "^0.5.26"
},
"devDependencies": {
Expand Down

0 comments on commit 3c34f40

Please sign in to comment.