Skip to content

Commit

Permalink
Merge pull request #255 from Olyno/fix/node16
Browse files Browse the repository at this point in the history
fix: node 16.6.0 issue
  • Loading branch information
volovyks authored Oct 11, 2022
2 parents af2e5b8 + 5dc735e commit 513d8ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
"bin": {
"near-sdk-js": "cli/cli.js"
},
"engines": {
"node": ">=14 <16.6.0 || >16.6.0"
},
"author": "Near Inc <hello@nearprotocol.com>",
"dependencies": {
"@babel/core": "^7.17.5",
Expand Down

0 comments on commit 513d8ab

Please sign in to comment.