Commit 1d80c3ba by deepak1556

add get-stdin as dependency

parent db49b30c
......@@ -2,8 +2,8 @@ var watch = require('node-watch'),
render = require('./render'),
path = require('path'),
Emitter = require('events').EventEmitter,
cwd = process.cwd(),
stdin = require('get-stdin');
stdin = require('get-stdin'),
cwd = process.cwd();
var yargs = require('yargs')
.usage('Compile .scss files with node-sass.\nUsage: $0 [options] <input.scss> [<output.css>]')
......
......@@ -47,7 +47,8 @@
"shelljs": "~0.2.6",
"sinon": "~1.9.1",
"node-sass-middleware": "~0.2.0",
"yargs": "~1.3.1"
"yargs": "~1.3.1",
"get-stdin": "~3.0.0"
},
"devDependencies": {
"coveralls": "^2.11.1",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment