Skip to content

Commit

Permalink
Merge pull request #3 from am2222/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
am2222 authored Mar 2, 2024
2 parents d0e1af9 + bda278d commit 08e1783
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "mapbox-pmtiles",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"description": "",
"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",
"publish:patch": "npm version patch && npm publish",
"publish:minor": "npm version minor && npm publish",
"publish:major": "npm version major && npm publish",
"publish:patch": "npm version patch",
"publish:minor": "npm version minor",
"publish:major": "npm version major",
"publish": "npm publish",
"docs:build": "mkdocs build",
"docs:serve": "mkdocs serve"
},
Expand All @@ -30,7 +31,7 @@
},
"keywords": [],
"license": "MIT",
"homepage": "https://github.com/am2222/strapi-plugin-postgis",
"homepage": "https://github.com/am2222/mapbox-pmtiles",
"devDependencies": {
"typescript": "^5.3.3",
"vite": "^5.1.4",
Expand Down

0 comments on commit 08e1783

Please sign in to comment.