Skip to content

Commit

Permalink
Downgrades the get-stdin package
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-vlc committed Sep 16, 2015
1 parent 0962b89 commit fe9cd28
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 89 deletions.
2 changes: 1 addition & 1 deletion jsfmt.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var stdin = require('get-stdin');
var jsfmt = require('jsfmt');
var extend = require('extend');

stdin().then(function(data) {
stdin(function(data) {
var scope = process.argv[3];
var conf = jsfmt.getConfig();
var optsJSON = extend({}, conf, JSON.parse(process.argv[4]));
Expand Down
63 changes: 30 additions & 33 deletions node_modules/get-stdin/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 0 additions & 21 deletions node_modules/get-stdin/license

This file was deleted.

38 changes: 18 additions & 20 deletions node_modules/get-stdin/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 9 additions & 13 deletions node_modules/get-stdin/readme.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"esformatter-quotes": "^1.0.3",
"esformatter-semicolons": "^1.1.1",
"extend": "^3.0.0",
"get-stdin": "^5.0.0",
"get-stdin": "^4.0.1",
"jsfmt": "^0.5.0"
},
"engines": {
Expand Down

0 comments on commit fe9cd28

Please sign in to comment.