Skip to content

Commit

Permalink
Fix namespace dep, fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Dec 22, 2016
1 parent 1567f74 commit b0c4213
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -27,4 +27,4 @@ geojsonFixtures(test, 'all', centroid, __dirname + '/test', true, function(t, in

## Install

npm install --save-dev geojson-fixtures
npm install --save-dev @mapbox/geojson-fixtures
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -24,9 +24,9 @@
},
"homepage": "https://github.com/mapbox/geojson-fixtures",
"devDependencies": {
"tape": "~2.13.3"
"tape": "~4.6.3"
},
"dependencies": {
"geojsonhint": "^1.0.0"
"@mapbox/geojsonhint": "^1.0.0"
}
}
}

0 comments on commit b0c4213

Please sign in to comment.