Skip to content

Commit 5dc92af

Browse files
committed
add forked real-changesets-parser
1 parent 45e5b63 commit 5dc92af

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
node_modules/
1+
node_modules/
2+
.yarn

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"license": "ISC",
1111
"dependencies": {
1212
"osm-adiff-parser": "^1.1.0",
13-
"real-changesets-parser": "^1.3.1"
13+
"real-changesets-parser": "https://github.com/developmentseed/real-changesets-parser.git"
1414
}
1515
}

yarn.lock

+2-3
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,9 @@ ramda@^0.27.1:
8383
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.27.2.tgz#84463226f7f36dc33592f6f4ed6374c48306c3f1"
8484
integrity sha512-SbiLPU40JuJniHexQSAgad32hfwd+DRUdwF2PlVuI5RZD0/vahUco7R8vD86J/tcEKKF9vZrUVwgtmGCqlCKyA==
8585

86-
real-changesets-parser@^1.3.1:
86+
"real-changesets-parser@https://github.com/developmentseed/real-changesets-parser.git":
8787
version "1.3.1"
88-
resolved "https://registry.yarnpkg.com/real-changesets-parser/-/real-changesets-parser-1.3.1.tgz#f8607ee4c2dfd74f1aa6b1160bc363ca23f646d6"
89-
integrity sha512-3u7L1rTOELKwVRgot+Vz2eNPwW60g8yDgyM/63XEIpiHTRnlnrm+k38XaQeg2E7O48UOsDPF26OxbMrZugwMjA==
88+
resolved "https://github.com/developmentseed/real-changesets-parser.git#ac929ad8041cd3707fb6f989c0d217b1959fc528"
9089
dependencies:
9190
"@turf/bbox" "^6.0.1"
9291
"@turf/bbox-polygon" "^6.0.1"

0 commit comments

Comments
 (0)