Skip to content

Commit

Permalink
v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed May 17, 2016
1 parent d950db1 commit 7a244f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,4 +1,4 @@
{
"lerna": "2.0.0-beta.9",
"version": "3.0.2"
"version": "3.0.3"
}
2 changes: 1 addition & 1 deletion packages/turf-collect/package.json
@@ -1,6 +1,6 @@
{
"name": "turf-collect",
"version": "3.0.1",
"version": "3.0.3",
"description": "turf aggregate module",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/turf/package.json
@@ -1,6 +1,6 @@
{
"name": "turf",
"version": "3.0.2",
"version": "3.0.3",
"description": "a node.js library for performing geospatial operations with geojson",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"url": "https://github.com/morganherlocker/turf/issues"
},
"dependencies": {
"turf-collect": "^3.0.1",
"turf-collect": "^3.0.3",
"turf-along": "^3.0.1",
"turf-area": "^3.0.1",
"turf-bbox-polygon": "^3.0.1",
Expand Down

0 comments on commit 7a244f6

Please sign in to comment.