Skip to content

Commit

Permalink
Merge pull request #24 from jd-carroll/issue#23
Browse files Browse the repository at this point in the history
Fix support for specifying module-dir.
  • Loading branch information
RReverser committed May 26, 2015
2 parents 855fa18 + 97f57d9 commit 51e2e84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/pure-cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ program
.option('-m, --map [file]', 'file to store source map to (optional)')
.option('-c, --comments', 'preserve comments in output')
.option('-e, --exports <id>', 'top module exports destination (optional)')
.option('-d, --module-dir <dir>', 'top level location to search for external modules (optional)')
.option('-s, --external [hash]', 'external modules (names or JSON hashes)', function (value, obj) {
try {
var add = JSON.parse(value);
Expand Down

0 comments on commit 51e2e84

Please sign in to comment.