Skip to content

Commit

Permalink
remove index.d.ts from repo (it's autogenerated)
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Jul 10, 2024
1 parent 1d80440 commit 995c108
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 201 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.idea
index.d.ts
.idea
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015, Mapbox <>
Copyright (c) 2024, Mapbox

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# @mapbox/point-geometry

a point geometry with transforms
A `Point` class for representing point geometry with useful utility methods.

## Installation

Requires [nodejs](http://nodejs.org/).

```sh
$ npm install @mapbox/point-geometry
```
Expand Down
196 changes: 0 additions & 196 deletions index.d.ts

This file was deleted.

0 comments on commit 995c108

Please sign in to comment.