Skip to content

Commit

Permalink
fix(dep): fix dependency for chalk
Browse files Browse the repository at this point in the history
  • Loading branch information
cnishina committed Mar 25, 2016
1 parent 8c47291 commit 4a0caf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webdriver-tool",
"version": "0.0.4",
"version": "0.0.5",
"description": "Webdriver tool to manage selenium standalone server",
"scripts": {
"prepublish": "gulp prepublish",
Expand All @@ -27,11 +27,11 @@
"license": "MIT",
"dependencies": {
"adm-zip": "^0.4.7",
"chalk": "^1.1.1",
"minimist": "^1.2.0",
"request": "^2.69.0"
},
"devDependencies": {
"chalk": "^1.1.1",
"clang-format": "^1.0.35",
"gulp": "^3.9.1",
"gulp-clang-format": "^1.0.23",
Expand Down

0 comments on commit 4a0caf5

Please sign in to comment.