mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
* Needed for cases that do not use pre-bundled module in dist
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pmtiles",
|
||||
"version": "3.0.4",
|
||||
"version": "3.0.5",
|
||||
"description": "PMTiles archive decoder for browsers",
|
||||
"type": "module",
|
||||
"exports": "./dist/index.js",
|
||||
@@ -8,7 +8,9 @@
|
||||
"source": "index.ts",
|
||||
"files": [
|
||||
"dist",
|
||||
"index.ts"
|
||||
"adapters.ts",
|
||||
"index.ts",
|
||||
"v2.ts"
|
||||
],
|
||||
"scripts": {
|
||||
"build-iife": "esbuild index.ts --outfile=dist/pmtiles.js --target=es6 --global-name=pmtiles --bundle --format=iife",
|
||||
|
||||
Reference in New Issue
Block a user