Skip to content

Commit

Permalink
Update Version & Retain PrePublish
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls authored and greenlaw committed Nov 19, 2024
1 parent f13ba86 commit 72fb86c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mapbox/tilebelt",
"version": "2.0.0",
"version": "2.0.1",
"description": "simple tile utilities",
"type": "module",
"files": ["/dist"],
Expand All @@ -21,6 +21,7 @@
"bench": "ts-node test/bench.ts",
"format": "npx prettier src test --write --single-quote",
"clean": "rm -rf ./dist",
"prepublishOnly": "npm run build",
"build-cjs": "tsc -p . --module commonjs --outDir ./dist/cjs && echo '{\"type\": \"commonjs\"}' > ./dist/cjs/package.json",
"build-esm": "tsc -p . --module nodenext --outDir ./dist/esm && echo '{\"type\": \"module\"}' > ./dist/esm/package.json",
"build": "npm run clean && npm run build-cjs && npm run build-esm"
Expand Down

0 comments on commit 72fb86c

Please sign in to comment.