Skip to content

Commit

Permalink
Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cronvel committed Sep 14, 2016
1 parent 0190343 commit 7826f61
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.27
--------

Dependencies


v0.24.26
--------

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.26",
"version": "0.24.27",
"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,14 +11,14 @@
},
"dependencies": {
"async-kit": "^2.1.6",
"nextgen-events": "^0.9.4",
"nextgen-events": "^0.9.5",
"string-kit": "^0.5.10",
"tree-kit": "^0.5.26"
},
"devDependencies": {
"expect.js": "^0.3.1",
"jshint": "^2.9.2",
"mocha": "^2.5.3"
"jshint": "^2.9.3",
"mocha": "^3.0.2"
},
"scripts": {
"test": "mocha -R dot"
Expand Down

0 comments on commit 7826f61

Please sign in to comment.