Skip to content

Commit

Permalink
Merge pull request #42 from buildit/fix/node-compat
Browse files Browse the repository at this point in the history
fix(package): relaxes node and npm compatibility range
  • Loading branch information
James Nash authored Feb 13, 2020
2 parents 6d36d52 + beb0aa8 commit e8e0264
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
"typescript": "^3.7.4"
},
"engines": {
"node": "^8.11.1",
"npm": "^5.8.0"
"node": ">= 8.11.1",
"npm": ">= 5.8.0"
},
"eyeglass": {
"sassDir": "dist/scss",
Expand Down

0 comments on commit e8e0264

Please sign in to comment.