Skip to content

Commit

Permalink
Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cronvel committed Nov 17, 2016
1 parent 692ef4e commit d90df96
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 132 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ _static
##############################
lib-cov
lcov.info
npm-debug.log.*
*.seed
*.log
*.csv
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

v0.25.2
-------

Dependencies


v0.25.1
-------

Expand Down
129 changes: 0 additions & 129 deletions npm-debug.log.1150900297

This file was deleted.

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.25.1",
"version": "0.25.2",
"description": "256 colors, keys and mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors and 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,11 +10,11 @@
"node": ">=4.5.0"
},
"dependencies": {
"async-kit": "^2.2.0",
"async-kit": "^2.2.1",
"jshint": "^2.9.4",
"mocha": "^3.1.2",
"nextgen-events": "^0.9.8",
"string-kit": "^0.5.11",
"string-kit": "^0.5.12",
"tree-kit": "^0.5.26"
},
"devDependencies": {
Expand Down

0 comments on commit d90df96

Please sign in to comment.