Skip to content

Commit 86444e2

Browse files
committed
test including patches
1 parent 2fcc614 commit 86444e2

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
## 2.0.4
1+
## 2.0.5
22
* Test Release

package-lock.json

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

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@acalcutt/contour-generator",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "Locally generates contour vector tiles using maplibre-contour",
55
"main": "./dist/index.js",
66
"bin": {
@@ -17,7 +17,8 @@
1717
"check": "npm run format && npm run lint"
1818
},
1919
"files": [
20-
"dist/"
20+
"dist/",
21+
"patches/"
2122
],
2223
"repository": {
2324
"type": "git",

0 commit comments

Comments
 (0)