Skip to content

Commit

Permalink
Merge pull request #169 from appfeel/dev/node-apn-5x
Browse files Browse the repository at this point in the history
Bump node-apn to 5.1.0
  • Loading branch information
alex-friedl authored Dec 12, 2021
2 parents 54566ab + da66e4f commit f1eb1c0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ npm install node-pushnotifications --save

## Requirements

Node version >= 6.x.x
Node version >= 12.x.x

## Features

Expand Down
17 changes: 8 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"url": "https://github.com/appfeel/node-pushnotifications.git"
},
"dependencies": {
"@parse/node-apn": "4.1.1",
"@parse/node-apn": "5.1.0",
"node-adm": "0.9.1",
"node-gcm": "1.0.5",
"ramda": "0.27.1",
Expand Down Expand Up @@ -83,7 +83,7 @@
"sinon-chai": "3.5.0"
},
"engines": {
"node": ">=6.x.x"
"node": ">=12.x.x"
},
"eslintConfig": {
"ecmaVersion": 6,
Expand Down

0 comments on commit f1eb1c0

Please sign in to comment.