Skip to content

Commit

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

v0.24.17
--------

Dependencies


v0.24.15 - v0.24.16
-------------------

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terminal-kit",
"version": "0.24.16",
"version": "0.24.17",
"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 @@ -11,8 +11,8 @@
},
"dependencies": {
"async-kit": "^2.1.3",
"nextgen-events": "^0.5.22",
"string-kit": "^0.5.8",
"nextgen-events": "^0.5.23",
"string-kit": "^0.5.9",
"tree-kit": "^0.5.26"
},
"devDependencies": {
Expand Down

0 comments on commit fe47b31

Please sign in to comment.