Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Making dependencies more tolerant for restify.
Browse files Browse the repository at this point in the history
  • Loading branch information
tizzo committed Nov 6, 2014
1 parent 411dcb0 commit ac63bf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "lepew-penelope",
"version": "0.0.4",
"version": "0.0.5",
"description": "A simple task wrapper that produces json event streams from the wrapped sub-processes.",
"main": "index.js",
"bin": {
Expand All @@ -25,7 +25,7 @@
"async": "~0.8.0",
"event-stream": "~3.1.5",
"json-stream-formatter": "0.0.7",
"restify": "^2.8.2",
"restify": "*",
"shell-quote": "~1.4.1",
"yaml-config-loader": "0.0.11",
"yargs": "~1.2.1"
Expand Down

0 comments on commit ac63bf8

Please sign in to comment.