Skip to content

Commit

Permalink
[Chore] Removed engine requirements (#1049)
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Macri <gmacri@uber.com>
  • Loading branch information
macrigiuseppe authored Apr 1, 2020
1 parent 9431281 commit 02b2649
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
"description": "kepler.gl is a webgl based application to visualize large scale location data in the browser",
"license": "MIT",
"main": "dist/index.js",
"engines": {
"node": ">=10.15.0",
"npm": ">=6.4.0",
"yarn": ">=1.13.0"
},
"keywords": [
"babel",
"es6",
Expand Down Expand Up @@ -251,6 +246,9 @@
"src/styles"
]
},
"engines": {
"node": ">=10.0.0"
},
"maintainers": [
"Shan He <heshan0131@gmail.com>",
"Giuseppe Macri <gmacri@uber.com>"
Expand Down

0 comments on commit 02b2649

Please sign in to comment.