We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d6cd2e commit cd7592dCopy full SHA for cd7592d
bower.json
@@ -7,18 +7,18 @@
7
],
8
"description": "Implementation of the Graham Scan algorithm to calculate a convex hull from a given array of x, y coordinates.",
9
"main": "graham_scan.min.js",
10
- "keywords": [
11
- "convex",
12
- "hull"
13
- ],
14
"license": "MIT",
15
"ignore": [
16
"**/.*",
17
- "example",
18
- "qunit-lib",
19
- "node_modules",
20
- "bower_components",
21
"test",
22
- "tests"
+ "*.md",
+ "*.jstd",
+ ".gitignore",
+ "example",
+ "qunit-lib"
+ ],
+ "keywords": [
+ "convex",
+ "hull"
23
]
24
}
0 commit comments