Merge pull request #407 from deepak1556/cli_patch
Read file from stdin
Showing
| ... | @@ -44,10 +44,11 @@ | ... | @@ -44,10 +44,11 @@ |
| "nan": "~1.3.0", | "nan": "~1.3.0", | ||
| "node-watch": "~0.3.4", | "node-watch": "~0.3.4", | ||
| "object-assign": "^0.3.1", | "object-assign": "^0.3.1", | ||
| "optimist": "~0.6.1", | |||
| "shelljs": "~0.2.6", | "shelljs": "~0.2.6", | ||
| "sinon": "~1.9.1", | "sinon": "~1.9.1", | ||
| "node-sass-middleware": "~0.2.0" | "node-sass-middleware": "~0.2.0", | ||
| "yargs": "~1.3.1", | |||
| "get-stdin": "~3.0.0" | |||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "coveralls": "^2.11.1", | "coveralls": "^2.11.1", | ||
| ... | ... |
Please
register
or
sign in
to comment