trieloff opened a new issue #15: Support tar.gz as package format, for increased compatibility with `npm pack` URL: https://github.com/apache/incubator-openwhisk-runtime-nodejs/issues/15 As pointed out by @alexkli in [this comment](https://medium.com/@alexander_24078/npm-pack-is-the-tool-to-package-up-dependencies-and-respects-bundleddependencies-from-the-package-f780a9969001), it would be great to support `tar.gz` as an alternative package format. The main reason is that `npm` has a built-in `pack` command that creates a `tar.gz` file, embedding all required dependencies (but no `devDependencies`) and that this would eliminate the need for scripting workarounds.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
