Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
am2222 authored Mar 2, 2024
1 parent fdcef1a commit 8817222
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mapbox-pmtiles",
"version": "1.0.3",
"type": "module",
"description": "",
"description": "A custom source to add PmTiles support to mapbox gl js",
"scripts": {
"test": "vitest",
"tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && esbuild dist/esm/index.js --minify --outfile=dist/mapbox-pmtiles.esm.min.js && esbuild dist/cjs/index.js --minify --outfile=dist/mapbox-pmtiles.cjs.min.js",
Expand All @@ -12,7 +12,6 @@
"preversion": "npm ci && npm run test",
"version": "npm run tsc && git add -A dist",
"postversion": "echo postversion",
"publish": "npm publish",
"docs:build": "mkdocs build",
"docs:serve": "mkdocs serve"
},
Expand Down

0 comments on commit 8817222

Please sign in to comment.