Skip to content

Commit

Permalink
Add support for node 15
Browse files Browse the repository at this point in the history
  • Loading branch information
auroq committed Mar 14, 2021
1 parent a1aac83 commit 4c2f793
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ desktop.ini
bower/*
report/*
coverage
.nyc_output
.nyc_output
dist/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"main": "lib/riveter.js",
"engines": {
"node": "^10 || ^12 || ^14"
"node": ">=10 <=15"
},
"dependencies": {
"lodash": "^4.17.20"
Expand Down

0 comments on commit 4c2f793

Please sign in to comment.