Skip to content

Commit

Permalink
add turf-destination - Refs Turfjs#136
Browse files Browse the repository at this point in the history
  • Loading branch information
morganherlocker committed Aug 10, 2014
1 parent 6aa4b8b commit da5411a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit da5411a

Please sign in to comment.