Skip to content

Commit

Permalink
Merge pull request #4 from marsjosephine/patch-1
Browse files Browse the repository at this point in the history
Fix dependencies in package.json
  • Loading branch information
jtuulos authored Jul 14, 2016
2 parents 162660e + ee1a5a0 commit c356f2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ var reactDocgenMarkdown = require('./src/react-docgen-md');
var PLUGIN_NAME = 'gulp-react-docs';

module.exports = function(options) {
options = options || {};

return through.obj(function(file, encoding, cb) {
if (file.isNull()) {
return cb(null, file);
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"url": "https://github.com/adroll/gulp-react-docs/issues"
},
"dependencies": {
"gulp-util": "^3.0.7",
"handlebars": "^4.0.5",
"lodash": "^3.10.1",
"react-docgen": "2.7.0",
Expand All @@ -35,8 +36,7 @@
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-load-plugins": "^1.1.0",
"gulp-tap": "^0.1.3",
"gulp-util": "^3.0.7"
"gulp-tap": "^0.1.3"
},
"engines": {
"node": ">= 0.10"
Expand Down

0 comments on commit c356f2d

Please sign in to comment.