Skip to content

Commit

Permalink
fix: the main entry file was 404
Browse files Browse the repository at this point in the history
- [x] Fixes #174
  • Loading branch information
vinayakkulkarni committed Oct 29, 2020
1 parent ca39a2f commit e2450e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.6.2",
"private": false,
"sideEffects": false,
"main": "dist/v-mapbox.umd.js",
"main": "dist/v-mapbox.js",
"module": "dist/v-mapbox.esm.js",
"unpkg": "dist/v-mapbox.min.js",
"jsdelivr": "dist/v-mapbox.min.js",
Expand Down

0 comments on commit e2450e7

Please sign in to comment.