We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f98679 commit 899e97cCopy full SHA for 899e97c
package.json
@@ -2,7 +2,11 @@
2
"name": "@mapbox/mapbox-gl-directions",
3
"version": "4.0.0",
4
"description": "A mapboxgl plugin for the Mapbox Directions API",
5
- "main": "./src/index.js",
+ "main": "dist/mapbox-gl-directions.js",
6
+ "files": [
7
+ "dist/mapbox-gl-directions.css",
8
+ "dist/mapbox-gl-directions.js"
9
+ ],
10
"browserify": {
11
"transform": [
12
"babelify",
0 commit comments