Skip to content

Commit

Permalink
drop hard engine requirements (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Oct 1, 2019
1 parent 5f45e75 commit 0194acc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions modules/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,5 @@
"peerDependencies": {
"react": ">=16.3.0",
"react-dom": ">=16.3.0"
},
"engines": {
"node": ">= 10.16",
"npm": ">= 6",
"yarn": ">= 1.10.0"
}
}
5 changes: 0 additions & 5 deletions modules/layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,5 @@
"peerDependencies": {
"@deck.gl/core": "^7.3.0",
"@deck.gl/layers": "^7.3.0"
},
"engines": {
"node": ">= 10.16",
"npm": ">= 6",
"yarn": ">= 1.10.0"
}
}
5 changes: 0 additions & 5 deletions modules/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,5 @@
"dependencies": {
"@streetscape.gl/core": "1.0.0",
"@streetscape.gl/layers": "1.0.0"
},
"engines": {
"node": ">= 10.16",
"npm": ">= 6",
"yarn": ">= 1.10.0"
}
}

0 comments on commit 0194acc

Please sign in to comment.