Skip to content

Commit

Permalink
fix: geojson validations
Browse files Browse the repository at this point in the history
  • Loading branch information
lykmapipo committed May 1, 2020
1 parent 1aabcbe commit 4fb94e4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@
"handlebars": "^4.7.6",
"jshint-stylish": "^2.2.1",
"mocha": "^7.1.2",
"mongoose": ">=5.9.10",
"mongoose": ">=5.9.11",
"shelljs": "^0.8.4",
"underscore.string": "^3.3.5"
},
"peerDependencies": {
"mongoose": ">=5.9.10"
"mongoose": ">=5.9.11"
},
"dependencies": {
"@lykmapipo/env": ">=0.17.3",
"@lykmapipo/geo-tools": ">=0.6.9",
"@lykmapipo/geo-tools": ">=0.7.0",
"@turf/turf": ">=5.1.6",
"async": ">=3.2.0",
"geojson-validation": ">=1.0.1",
Expand Down

0 comments on commit 4fb94e4

Please sign in to comment.