@maptalks/vt
Advanced tools
+4
-4
| { | ||
| "name": "@maptalks/vt", | ||
| "version": "0.0.0", | ||
| "version": "0.0.1", | ||
| "description": "The vector-tile plugin for maptalks.js", | ||
@@ -16,3 +16,3 @@ "main": "dist/maptalks.vt.js", | ||
| "test": "electron-mocha --require-main ./test/ignore-gpu-blacklist.js --renderer ./test/**/*.spec.js", | ||
| "tdd" : "npm run build-dev && electron-mocha --interactive --renderer ./test/**/*.spec.js", | ||
| "tdd": "npm run build-dev && electron-mocha --interactive --renderer ./test/**/*.spec.js", | ||
| "pretest": "npm run lint && npm run build", | ||
@@ -31,3 +31,3 @@ "prepare": "npm test && npm run build" | ||
| "eslint-plugin-mocha": "^5.0.0", | ||
| "fast-deep-equal" : "^2.0.1", | ||
| "fast-deep-equal": "^2.0.1", | ||
| "maptalks": "<2.0.0", | ||
@@ -57,5 +57,5 @@ "mocha": "^5.2.0", | ||
| "quickselect": "^1.0.0", | ||
| "rbush" : "^2.0.2", | ||
| "rbush": "^2.0.2", | ||
| "vt-pbf": "^3.1.0" | ||
| } | ||
| } |
Sorry, the diff of this file is too big to display
165326
0.01%