Skip to content

Commit e22b8f1

Browse files
committed
chore: add modusensus to package contributors
1 parent ef890e4 commit e22b8f1

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

packages/turf-bezier-spline/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "7.4.0",
44
"description": "Smooths a line into a curve using Bézier splines, great for visualizing routes.",
55
"author": "Turf Authors",
6+
"contributors": [
7+
"Modusensus <@modusensus>"
8+
],
69
"license": "MIT",
710
"bugs": {
811
"url": "https://github.com/Turfjs/turf/issues"

packages/turf-boolean-equal/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"contributors": [
77
"Tom MacWright <@tmcw>",
88
"Tim Channell <@tcql>",
9-
"Stefano Borghi <@stebogit>"
9+
"Stefano Borghi <@stebogit>",
10+
"Modusensus <@modusensus>"
1011
],
1112
"license": "MIT",
1213
"bugs": {

packages/turf-moran-index/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Measures patterns of attribute values associated with features. Reveals whether similar values tend to occur near each other, or whether high or low values are interspersed",
55
"author": "Turf Authors",
66
"contributors": [
7-
"Haoming Zhuang <@zhuang-hao-ming>"
7+
"Haoming Zhuang <@zhuang-hao-ming>",
8+
"Modusensus <@modusensus>"
89
],
910
"license": "MIT",
1011
"bugs": {

0 commit comments

Comments
 (0)