nearby-sort
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -17,2 +17,8 @@ # CHANGELOG | ||
## v1.0.1 | ||
#### Documentation | ||
- Updated readme | ||
## v1.0.0 | ||
@@ -19,0 +25,0 @@ |
{ | ||
"name": "nearby-sort", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "The library to sort array of objects by distance from a given point", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -12,3 +12,4 @@ | ||
```bash | ||
npm install nearby-sort | ||
npm install nearby-sort // npm | ||
yarn add nearby-sort // yarn | ||
``` | ||
@@ -15,0 +16,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23517
79