From 4108ddb08ef6a33760f4d2ebafdd38012afdc23b Mon Sep 17 00:00:00 2001 From: Eugene Wang Date: Wed, 13 Mar 2019 15:02:01 -0400 Subject: [PATCH 1/2] correction of credits or comments This type definition has totally nothing related to @caseycesari 's geojson parser library. The previous PR is misleading, at least on this type definition. --- types/geojson/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/geojson/index.d.ts b/types/geojson/index.d.ts index 90beca01c1..db8074e242 100644 --- a/types/geojson/index.d.ts +++ b/types/geojson/index.d.ts @@ -1,5 +1,5 @@ // Type definitions for geojson 7946.0 -// Project: https://geojson.org/, https://github.com/caseycesari/geojson.js +// Project: https://geojson.org/ // Definitions by: Jacob Bruun // Arne Schubert // Jeff Jacobson From d38bf22b5faa6a55bf3955b560daa4d5e8a7ec02 Mon Sep 17 00:00:00 2001 From: Eugene Wang Date: Tue, 19 Mar 2019 18:27:14 -0400 Subject: [PATCH 2/2] Update index.d.ts --- types/geojson/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/geojson/index.d.ts b/types/geojson/index.d.ts index db8074e242..3a486b66b1 100644 --- a/types/geojson/index.d.ts +++ b/types/geojson/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for geojson 7946.0 +// Type definitions for non-npm package geojson 7946.0 // Project: https://geojson.org/ // Definitions by: Jacob Bruun // Arne Schubert