Skip to content
Merged

v2.1 #129

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ISC License
Copyright (c) 2016 Mapbox
Copyright (c) 2026 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 copyright notice
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polylabel",
"version": "2.0.1",
"version": "2.1.0",
"description": "A JS library for finding optimal label position inside a polygon",
"keywords": [
"polygon",
Expand All @@ -19,7 +19,8 @@
},
"scripts": {
"pretest": "eslint *.js test/*.js",
"test": "node test/test.js"
"test": "node test/test.js",
"prepublishOnly": "npm test"
},
"files": [
"include",
Expand All @@ -29,6 +30,6 @@
"type": "git",
"url": "https://github.com/mapbox/polylabel.git"
},
"author": "Vladimir Agafonkin",
"author": "Volodymyr Agafonkin",
"license": "ISC"
}