Skip to content

Commit

Permalink
upgrade deps, revert namespacing
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed May 19, 2020
1 parent dc4d360 commit e106f69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@mapbox/polylabel",
"name": "polylabel",
"version": "1.0.2",
"description": "A JS library for finding optimal label position inside a polygon",
"main": "polylabel.js",
Expand All @@ -11,9 +11,9 @@
"author": "Vladimir Agafonkin",
"license": "ISC",
"devDependencies": {
"eslint": "^4.19.1",
"eslint": "^7.0.0",
"eslint-config-mourner": "^2.0.1",
"tape": "^4.11.0"
"tape": "^5.0.0"
},
"eslintConfig": {
"extends": "mourner"
Expand Down

0 comments on commit e106f69

Please sign in to comment.