code style

This commit is contained in:
Pooya Parsa 2017-05-15 03:10:29 +04:30
parent 58842f3c03
commit 5001341ea7

View File

@ -1,7 +1,7 @@
const path = require('path')
module.exports = function basicModule (options) {
return new Promise((resolve,reject) => {
return new Promise((resolve, reject) => {
// Add simple vendor
this.addVendor('lodash')