Skip to content

Commit

Permalink
A tool moved jshint from dev-dependency to dependency: fixing it now
Browse files Browse the repository at this point in the history
  • Loading branch information
cronvel committed Dec 12, 2016
1 parent 69fe2ba commit c085e2a
Show file tree
Hide file tree
Showing 2 changed files with 8 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.25.5
-------

A tool moved jshint from dev-dependency to dependency: fixing it now


v0.25.4
-------

Expand Down
5 changes: 2 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.4",
"version": "0.25.5",
"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 @@ -11,14 +11,13 @@
},
"dependencies": {
"async-kit": "^2.2.3",
"jshint": "^2.9.4",
"nextgen-events": "^0.9.8",
"string-kit": "^0.5.12",
"tree-kit": "^0.5.26"
},
"devDependencies": {
"expect.js": "^0.3.1",
"jshint": "^2.9.3",
"jshint": "^2.9.4",
"mocha": "^3.2.0"
},
"scripts": {
Expand Down

0 comments on commit c085e2a

Please sign in to comment.