Skip to content

Commit 899e97c

Browse files
author
Nicolas Marien
committed
chore: reduce published bundle content
1 parent 0f98679 commit 899e97c

File tree

2 files changed

+8172
-1
lines changed

2 files changed

+8172
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"name": "@mapbox/mapbox-gl-directions",
33
"version": "4.0.0",
44
"description": "A mapboxgl plugin for the Mapbox Directions API",
5-
"main": "./src/index.js",
5+
"main": "dist/mapbox-gl-directions.js",
6+
"files": [
7+
"dist/mapbox-gl-directions.css",
8+
"dist/mapbox-gl-directions.js"
9+
],
610
"browserify": {
711
"transform": [
812
"babelify",

0 commit comments

Comments
 (0)