We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccfdf90 commit 2bf95cfCopy full SHA for 2bf95cf
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@mapbox/mvt-fixtures",
3
- "version": "2.1.0-rc1",
4
- "description": "A require-able suite of non-MVT compliant vector tiles for nasty tests",
+ "version": "2.1.0",
+ "description": "A require-able test fixture suite of valid and invalid Mapbox Vector Tiles",
5
"main": "./lib/index.js",
6
"scripts": {
7
"test": "tape test/*.test.js"
@@ -16,4 +16,4 @@
16
"devDependencies": {
17
"tape": "^4.5.1"
18
}
19
-}
+}
0 commit comments