Skip to content

Commit

Permalink
Change progeny dependancy to official with options
Browse files Browse the repository at this point in the history
  • Loading branch information
lgo committed Aug 11, 2017
1 parent 5c247cb commit d1f5137
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ class ProtoBufJSCompiler {

get getDependencies() {
return progeny({
extension: 'proto',
regexp: /^\s*import\s+(?:public\s+)?"(.+)";/,
reverseArgs: true,
});
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"anymatch": "~1.3.2",
"micro-promisify": "~0.1.1",
"progeny": "lego/progeny#0.11.1-proto-support",
"progeny": "~0.11.0",
"protobufjs": "~6.8.0"
},
"devDependencies": {
Expand Down

0 comments on commit d1f5137

Please sign in to comment.