This is an automated email from the ASF dual-hosted git repository.

rabbah pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-openwhisk-client-js.git


The following commit(s) were added to refs/heads/master by this push:
     new c113a98  require at least needle 2.1.0 (#90)
c113a98 is described below

commit c113a98d0f8b2a3d9442cd3dec74c1cf5ce8768b
Author: Nick Mitchell <star...@users.noreply.github.com>
AuthorDate: Thu Dec 7 06:58:59 2017 -0500

    require at least needle 2.1.0 (#90)
    
    Fixes #89
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index fda0a54..5879efc 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,7 @@
     "proxyquire": "1.7.4"
   },
   "dependencies": {
-    "needle": "^2.0.1",
+    "needle": "^2.1.0",
     "@types/node": "^8.0.26",
     "@types/swagger-schema-official": "^2.0.6"
   },

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <commits@openwhisk.apache.org>'].

Reply via email to