mirror of https://github.com/CesiumGS/cesium.git
Merge pull request #8265 from AnalyticalGraphicsInc/node-es6
Use ES6 modules under Node versions that support them.
This commit is contained in:
commit
dd4272fd77
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue