Skip to content

Commit eeb5a82

Browse files
authored
Merge pull request #6 from adriangalera/master
Fix main in package.json
2 parents 7f06d8a + bddc62e commit eeb5a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "leaflet-geojson-vt",
33
"version": "1.1.0",
44
"description": "This is the package for vector-tile.",
5-
"main": "index.js",
5+
"main": "src/leaflet-geojson-vt.js",
66
"directories": {
77
"doc": "doc",
88
"test": "test"

0 commit comments

Comments
 (0)