From 0ff4ea68e61e9f2b9b5f7be866cd070bffd1df59 Mon Sep 17 00:00:00 2001 From: Mustafa Altun Date: Mon, 15 Dec 2014 22:36:58 +0200 Subject: [PATCH 1/2] added bower.json --- bower.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..1a1aaf1 --- /dev/null +++ b/bower.json @@ -0,0 +1,27 @@ +{ + "name": "delaunay-fast", + "main": "delaunay.js", + "version": "1.0.1", + "homepage": "https://github.com/ironwallaby/delaunay", + "authors": [ + "J. T. L." + ], + "description": "Fast Delaunay Triangulation in JavaScript", + "moduleType": [ + "globals", + "node" + ], + "keywords": [ + "delaunay", + "triangulation", + "geometry" + ], + "license": "BSD", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +} From 786f37da416c635d6367370d377b31bc5a220908 Mon Sep 17 00:00:00 2001 From: "J. T. L." Date: Tue, 16 Dec 2014 10:34:11 -0500 Subject: [PATCH 2/2] Update README.md Turns out I can't type. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf90e91..6d7b982 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ really.) License ------- -To the extend possible by law, I have [waived all copyright and related +To the extent possible by law, I have [waived all copyright and related or neighboring rights][cc0] to this library. [cc0]: http://creativecommons.org/publicdomain/zero/1.0/