Skip to content

Commit 3179e4b

Browse files
committed
updated bower.json
1 parent cd7592d commit 3179e4b

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

bower.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
{
22
"name": "graham_scan",
3-
"version": "1.0.0",
4-
"homepage": "http://brian3kb.github.io/graham_scan_js",
5-
"authors": [
6-
"Brian Barnett <brian@3kb.co.uk>"
7-
],
8-
"description": "Implementation of the Graham Scan algorithm to calculate a convex hull from a given array of x, y coordinates.",
3+
"version": "1.0.1",
94
"main": "graham_scan.min.js",
105
"license": "MIT",
116
"ignore": [
@@ -20,5 +15,11 @@
2015
"keywords": [
2116
"convex",
2217
"hull"
23-
]
18+
],
19+
"homepage": "http://brian3kb.github.io/graham_scan_js",
20+
"authors": [
21+
"Brian Barnett <brian@3kb.co.uk>"
22+
],
23+
"description": "Implementation of the Graham Scan algorithm to calculate a convex hull from a given array of x, y coordinates.",
24+
2425
}

0 commit comments

Comments
 (0)