CaryLandholt / gulp-ng-classify

Convert CoffeeScript classes to AngularJS modules with ng-classify
MIT License
15 stars 4 forks source link

fix(dependencies): make gulp-util dist dependency #8

Closed olegskl closed 9 years ago

olegskl commented 9 years ago

This change fixes:

Error: Cannot find module 'gulp-util'

Because index.coffee requires it to be in dependencies, not in devDependencies:

gutil = require 'gulp-util'
CaryLandholt commented 9 years ago

Thanks, @olegskl !

Good catch! And thanks for following the contributing standards. :)