From 0a2231799fb7f9d6d5bdfad79c7166804459453c Mon Sep 17 00:00:00 2001 From: Chris Whong Date: Sat, 7 Jan 2023 21:46:27 -0500 Subject: [PATCH] update main --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6b322c8..0ed570e 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "mapbox-gl-fontawesome-markers", "version": "0.0.0", - "description": "", - "main": "index.js", + "description": "Adds Fontawesome icons to Mapbox GL JS default Map Markers.", + "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rollup -c"