Description: add module field to package.json
Origin: upstream, https://github.com/Leaflet/Leaflet/pull/7174
Bug: https://github.com/Leaflet/Leaflet/issues/7055
Author: Benny Powers <web@bennypowers.com>
Forwarded: no
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2019-01-01
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/package.json
+++ b/package.json
@@ -31,6 +31,7 @@
     "uglify-js": "^3.9.2"
   },
   "main": "dist/leaflet-src.js",
+  "module": "dist/leaflet-src.esm.js",
   "style": "dist/leaflet.css",
   "files": [
     "dist",
