googleapis / packman

Google API package creator
https://npmjs.com/package/googleapis-packman
Apache License 2.0
13 stars 18 forks source link

Packman downloads googleapis from GH unnecessarily #69

Open geigerj opened 8 years ago

geigerj commented 8 years ago

cc @jmuk

Observed behavior: when constructing a GAX package, packman downloads the googleapis repository from GitHub.

Expected behavior: packman downloads from GitHub only when building a gRPC package. For GAX, having access to the protos seems unnecessary.