Skip to content

Commit

Permalink
more stable version of node-http2
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBarba committed Jan 10, 2017
1 parent 4837086 commit a3c1ebb
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 254 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apns2",
"version": "1.4.0",
"version": "1.4.1",
"description": "Node client for connecting to Apple's Push Notification Service using the new HTTP/2 protocol with JSON web tokens.",
"author": "Andrew Barba <[email protected]>",
"main": "lib/apns.js",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"bluebird": "^3.4.1",
"http2": "^3.3.6",
"http2": "https://assets.tablelist.com/node/node-http2/3.3.6/node-http2.tar.gz",
"jsonwebtoken": "^7.0.1",
"lodash": "^4.13.1"
},
Expand Down
Loading

0 comments on commit a3c1ebb

Please sign in to comment.