Skip to content

Commit

Permalink
🐛 splitting patch file
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-bierman committed May 8, 2024
1 parent 34cba6e commit 61a4960
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 20 deletions.
4 changes: 4 additions & 0 deletions patches/osm-polygon-features+0.9.2+001+rename.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
diff --git a/node_modules/osm-polygon-features/polygon-features.json b/node_modules/osm-polygon-features/polygon-features.js
similarity index 100%
rename from node_modules/osm-polygon-features/polygon-features.json
rename to node_modules/osm-polygon-features/polygon-features.js
10 changes: 10 additions & 0 deletions patches/osm-polygon-features+0.9.2+002+repair.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
diff --git a/node_modules/osm-polygon-features/polygon-features.js b/node_modules/osm-polygon-features/polygon-features.js
index 8a86d16..09e9df0 100644
--- a/node_modules/osm-polygon-features/polygon-features.js
+++ b/node_modules/osm-polygon-features/polygon-features.js
@@ -1,4 +1,4 @@
-[
+module.exports = [
{
"key": "building",
"polygon": "all"
20 changes: 0 additions & 20 deletions patches/osm-polygon-features+0.9.2.patch

This file was deleted.

0 comments on commit 61a4960

Please sign in to comment.