Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.9.1
18.16.0
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ const parseServerOptions = {
android: {
/* Android push options */
}
web: {
/* Web push options */
}
})
},
/* Other Parse Server options */
Expand Down
204 changes: 195 additions & 9 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"@parse/node-gcm": "1.0.2",
"firebase-admin": "12.0.0",
"npmlog": "7.0.1",
"parse": "5.0.0"
"parse": "5.0.0",
"web-push": "3.6.7"
},
"devDependencies": {
"@semantic-release/changelog": "5.0.1",
Expand Down
Loading