Skip to content

Commit

Permalink
Root package.json clean up (#4591)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed May 18, 2020
1 parent d9d107b commit 62611cd
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "deck.gl-monorepo",
"description": "A suite of 3D-enabled data visualization overlays, suitable for react-map-gl",
"description": "WebGL-powered visualization framework for large-scale datasets",
"license": "MIT",
"private": "true",
"private": true,
"keywords": [
"webgl",
"visualization",
Expand Down Expand Up @@ -74,8 +74,5 @@
"pre-commit": [
"test-fast",
"bindings-precommit-tests"
],
"dependencies": {
"esri-loader": "^2.13.0"
}
]
}

0 comments on commit 62611cd

Please sign in to comment.