From da5411a3e2fbe19cc8db9827d9af36fdac99e967 Mon Sep 17 00:00:00 2001 From: Morgan Herlocker Date: Sun, 10 Aug 2014 14:34:24 -0400 Subject: [PATCH] add turf-destination - Refs #136 --- index.js | 3 ++- package.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 459b67f49d..515d99f375 100644 --- a/index.js +++ b/index.js @@ -50,5 +50,6 @@ module.exports = { remove: require('turf-remove'), tin: require('turf-tin'), union: require('turf-union'), - bearing: require('turf-bearing') + bearing: require('turf-bearing'), + destination: require('turf-destination') } diff --git a/package.json b/package.json index cb427fd3df..593dc65baa 100644 --- a/package.json +++ b/package.json @@ -54,6 +54,7 @@ "turf-concave": "0.0.1", "turf-convex": "0.0.1", "turf-count": "0.0.4", + "turf-destination": "0.0.5", "turf-deviation": "0.0.2", "turf-distance": "^0.1.2", "turf-donuts": "0.0.2",