Skip to content

Commit cd7592d

Browse files
committed
updated bower.json
1 parent 0d6cd2e commit cd7592d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

bower.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77
],
88
"description": "Implementation of the Graham Scan algorithm to calculate a convex hull from a given array of x, y coordinates.",
99
"main": "graham_scan.min.js",
10-
"keywords": [
11-
"convex",
12-
"hull"
13-
],
1410
"license": "MIT",
1511
"ignore": [
1612
"**/.*",
17-
"example",
18-
"qunit-lib",
19-
"node_modules",
20-
"bower_components",
2113
"test",
22-
"tests"
14+
"*.md",
15+
"*.jstd",
16+
".gitignore",
17+
"example",
18+
"qunit-lib"
19+
],
20+
"keywords": [
21+
"convex",
22+
"hull"
2323
]
2424
}

0 commit comments

Comments
 (0)