Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #68 from mapbox/up_deps
Browse files Browse the repository at this point in the history
Pkg Maintenance
  • Loading branch information
ingalls committed Mar 16, 2018
2 parents 46ab832 + 7bcbb5a commit ce9c087
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.1.0

* Exit 1 in cli tool when it hits an error
* Update deps to latest versions

## 2.0.0

**This is the first stable release of geojsonhint that supports the [IETF GeoJSON standard](https://tools.ietf.org/html/rfc7946)**
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mapbox/geojsonhint",
"description": "validate and sanity-check geojson files",
"version": "2.0.1",
"version": "2.1.0",
"author": "Tom MacWright",
"bin": {
"geojsonhint": "./bin/geojsonhint"
Expand All @@ -15,19 +15,19 @@
"lib"
],
"dependencies": {
"concat-stream": "~1.5.1",
"concat-stream": "^1.6.1",
"jsonlint-lines": "1.7.1",
"minimist": "1.2.0",
"vfile": "2.0.0",
"vfile-reporter": "3.0.0"
"vfile": "^2.3.0",
"vfile-reporter": "^4.0.0"
},
"devDependencies": {
"benchmark": "^2.1.0",
"browserify": "13.1.0",
"eslint": "^3.0.1",
"browserify": "^16.1.1",
"eslint": "^4.18.2",
"fuzzer": "~0.2.0",
"glob": "~7.0.5",
"tap": "7.0.0"
"glob": "^7.1.2",
"tap": "^11.1.2"
},
"directories": {
"test": "test"
Expand Down

0 comments on commit ce9c087

Please sign in to comment.