Skip to content

Commit

Permalink
Remove config.stdinTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
59naga committed May 24, 2015
1 parent 7a210bb commit 26e578d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "object-parser-cli",
"version": "0.0.0-alpha.0",
"version": "0.0.0",
"description": "Object preprocessor",

"bin": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"coffee-script": "^1.9.2",
"ghooks": "^0.3.2",
"jasminetea": "^0.1.30-rc.3",
"jasminetea": "^0.2.0-alpha.3",
"jqn": "0.0.3"
},

Expand Down
1 change: 0 additions & 1 deletion src/index.coffee
Expand Up @@ -13,7 +13,6 @@ class CLI extends CommandFile
constructor: ->
super
@config.fileExtension= '.json'
@config.stdinTimeout= 50

@version require('../package').version
@usage '<stdin/file/url> [path/locator...] [options...]'
Expand Down

0 comments on commit 26e578d

Please sign in to comment.