Skip to content

Commit

Permalink
Merge pull request #2101 from stangah/fix-blueprint-add-async
Browse files Browse the repository at this point in the history
Add missing require for async module
  • Loading branch information
Loïc Saint-Roch committed Aug 15, 2014
2 parents ba41485 + ca12c8d commit 9062006
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/hooks/blueprints/actions/add.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
var util = require('util');
var actionUtil = require('../actionUtil');
var _ = require('lodash');
var async = require('async');


/**
Expand Down

0 comments on commit 9062006

Please sign in to comment.