Merge pull request #8265 from AnalyticalGraphicsInc/node-es6

Use ES6 modules under Node versions that support them.
This commit is contained in:
Matthew Amato 2019-10-09 08:18:07 -04:00 committed by GitHub
commit dd4272fd77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@
"url": "https://github.com/AnalyticalGraphicsInc/cesium/issues",
"email": "cesium-dev@googlegroups.com"
},
"main": "index.js",
"module": "Source/Cesium.js",
"type": "module",
"dependencies": {
"esm": "^3.2.25"
},