Skip to content

Commit a89208c

Browse files
committed
test bin change
1 parent 21ed096 commit a89208c

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## 2.0.2
2+
* Test Release

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@acalcutt/contour-generator",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Locally generates contour vector tiles using maplibre-contour",
55
"main": "dist/index.js",
66
"bin": {
7-
"contour-generator": "dist/index.js"
7+
"contour-generator": "node ./dist/index.js"
88
},
99
"scripts": {
1010
"test": "echo \"Error: no test specified\" && exit 1",

0 commit comments

Comments
 (0)