Skip to content

Commit

Permalink
fix(ngx-onesignal): support for node 12 and above #50 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSakamaki authored Feb 18, 2021
1 parent bad33a3 commit 1fcf072
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-onesignal",
"version": "10.0.0",
"version": "10.0.1",
"requiredAngularVersion": ">=9.0.0",
"engines": {
"node": ">=12",
Expand All @@ -19,7 +19,6 @@
},
"scripts": {
"ng": "ng",
"preinstall": "npx check-node-version --node 12",
"prestart": "check-node-version --node 12",
"pretest": "check-node-version --node 12",
"start": "ng serve --port 4000 --ssl true --ssl-key \"tools/ssh/server.key\" --ssl-cert \"tools/ssh/server.crt\"",
Expand Down

0 comments on commit 1fcf072

Please sign in to comment.