Skip to content

Commit

Permalink
Update package and version bump
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
danielfdsilva committed Jun 26, 2017
1 parent d8b3f75 commit 9d89d2f
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"name": "Rural-Road-Accessibility",
"version": "0.2.0",
"name": "rural-road-accessibility--server",
"version": "0.3.0",
"description": "World Bank project to assess rural road accessibility",
"repository": "https://github.com/WorldBank-Transport/Rural-Road-Accessibility",
"repository": {
"type": "git",
"url": "https://github.com/WorldBank-Transport/Rural-Road-Accessibility"
},
"author": {
"name": "Development Seed",
"url": "https://developmentseed.org"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/WorldBank-Transport/Rural-Road-Accessibility/issues"
},
"homepage": "https://github.com/WorldBank-Transport/Rural-Road-Accessibility",
"main": "index.js",
"scripts": {
"setup": "DEBUG=true node setup/",
Expand All @@ -15,9 +27,6 @@
"engines": {
"node": "6.7.x"
},
"author": "Development Seed",
"license": "",
"homepage": "https://github.com/WorldBank-Transport/Rural-Road-Accessibility",
"dependencies": {
"@turf/bbox": "^4.0.2",
"@turf/center-of-mass": "^4.3.0",
Expand Down

0 comments on commit 9d89d2f

Please sign in to comment.