Skip to content

Commit eb0908b

Browse files
committed
update username
1 parent 5039de0 commit eb0908b

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "polybooljs",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Boolean operations on polygons (union, intersection, difference, xor)",
55
"main": "index.js",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/voidqk/polybooljs"
8+
"url": "https://github.com/velipso/polybooljs"
99
},
1010
"keywords": [
1111
"polygon",
@@ -21,8 +21,7 @@
2121
],
2222
"author": {
2323
"name": "Sean",
24-
"twitter": "voidqk",
25-
"url": "http://syntheti.cc"
24+
"url": "https://sean.cm/"
2625
},
2726
"license": "MIT"
2827
}

0 commit comments

Comments
 (0)