Skip to content

Commit

Permalink
chore: remove lt engines specification
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Apr 21, 2020
1 parent c4302b4 commit aeaa834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -75,8 +75,8 @@
"@lerna/collect-updates": "https://github.com/babel/lerna.git#babel-collect-updates"
},
"engines": {
"node": ">= 6.9.0 < 14.0.0",
"npm": ">= 3.x <= 6.x",
"node": ">= 6.9.0",
"npm": ">= 3.x",
"yarn": ">=0.27.5 || >=1.0.0-20170811"
},
"lint-staged": {
Expand Down

0 comments on commit aeaa834

Please sign in to comment.