Merge pull request #7291 from openlayers/greenkeeper/pbf-3.1.0

Update pbf to the latest version 🚀
This commit is contained in:
Andreas Hocevar
2017-09-27 18:55:57 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@
"fs-extra": "4.0.2",
"jsdoc": "3.5.5",
"nomnom": "1.8.1",
"pbf": "3.0.5",
"pbf": "3.1.0",
"pixelworks": "1.1.0",
"rbush": "2.0.1",
"rollup": "^0.50.0",

View File

@@ -6,7 +6,7 @@
"module": "index.js",
"license": "BSD-2-Clause",
"dependencies": {
"pbf": "3.0.5",
"pbf": "3.1.0",
"pixelworks": "1.1.0",
"rbush": "2.0.1"
},