gbdrt commented on a change in pull request #72: Adding type definitions for
typescript
URL:
https://github.com/apache/incubator-openwhisk-client-js/pull/72#discussion_r138889527
##########
File path: package.json
##########
@@ -41,7 +42,9 @@
"proxyquire": "1.7.4"
},
"dependencies": {
- "request-promise": "^2.0.1"
+ "request-promise": "^2.0.1",
+ "@types/node": "^8.0.26",
Review comment:
@type/node is required for the definition of Buffer used in `ow.actions`
(to build actions from zip files). I think it has to be a dependency, but it
only contains type definitions.
----------------------------------------------------------------
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