Skip to content

Commit

Permalink
viewport-mercator-project@7.0.0 (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Dec 18, 2019
1 parent 6b1548a commit 3f0cda7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions modules-legacy/viewport-mercator-project/module.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export {WebMercatorViewport as default} from '@math.gl/web-mercator';
export * from '@math.gl/web-mercator';
9 changes: 6 additions & 3 deletions modules-legacy/viewport-mercator-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Utilities for perspective-enabled Web Mercator projections",
"author": "Uber Technologies, Inc.",
"license": "MIT",
"version": "7.0.0-alpha.0",
"version": "7.0.0",
"keywords": [
"webgl",
"javascript",
Expand All @@ -19,9 +19,12 @@
"url": "https://github.com/uber-web/math.gl.git"
},
"files": [
"index.js"
"index.js",
"module.js"
],
"main": "index.js",
"module": "module.js",
"dependencies": {
"@math.gl/web-mercator": "^3.0.0"
"@math.gl/web-mercator": "^3.1.0"
}
}
1 change: 0 additions & 1 deletion modules-legacy/viewport-mercator-project/src/README.md

This file was deleted.

0 comments on commit 3f0cda7

Please sign in to comment.