We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be387aa commit 1ec67b8Copy full SHA for 1ec67b8
package.json
@@ -1,9 +1,10 @@
1
{
2
"name": "ol-tilecache",
3
- "version": "4.0.0",
+ "version": "5.0.0",
4
"description": "OpenLayers tile url function to load tile seeded with TileCache url scheme",
5
"main": "dist/index.js",
6
"browser": "dist/index.iife.js",
7
+ "type": "module",
8
"scripts": {
9
"rollup": "rollup -c build/rollup.config.js",
10
"build": "cross-env NODE_ENV=production npm run clean && npm run rollup",
0 commit comments