jwvdiermen/grunt-include-source

missing extendr dependancy

gmoulin opened this issue · 1 comments

Loading "include_source.js" tasks...ERROR

Error: Cannot find module 'extendr'

installing extendr module by "npm install extendr --save-dev" resolved the problem

Dependency wasn't added to package.json with the latest pull-request. This is now fixed.