Skip to content

Commit

Permalink
Merge pull request #99 from Kanahiro/npm
Browse files Browse the repository at this point in the history
prepare
  • Loading branch information
Kanahiro authored Aug 16, 2024
2 parents 5172aa7 + b483be0 commit aa25078
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "chiitiler",
"version": "1.12.2",
"version": "1.12.3",
"description": "Tiny map rendering server for MapLibre Style Spec",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -15,7 +15,8 @@
"test:unit": "vitest src",
"test:coverage": "vitest src --coverage --coverage.provider=v8",
"test:integration": "vitest tests/integration.test.ts",
"test:benchmark": "vitest bench"
"test:benchmark": "vitest bench",
"prepare": "npm run build"
},
"keywords": [],
"author": "Kanahiro Iguchi",
Expand Down Expand Up @@ -50,4 +51,4 @@
"pmtiles": "^3.0.5",
"sharp": "^0.32.5"
}
}
}

0 comments on commit aa25078

Please sign in to comment.