Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
fix: add requirement for node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
gjgd committed Aug 22, 2019
1 parent 3e555e9 commit c2c6cd8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/element-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,8 @@
"jest": "^24.5.0",
"jsonwebtoken": "^8.5.1",
"truffle": "^5.0.8"
},
"engines": {
"node": ">=10.0 <12.0"
}
}

0 comments on commit c2c6cd8

Please sign in to comment.