From c4db62207234b943f5b02fba30b0ef55c5bb3afa Mon Sep 17 00:00:00 2001 From: Aaron Ogle Date: Mon, 19 Dec 2016 21:56:58 -0500 Subject: [PATCH] Add license. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 7e3459f..9024903 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.0.0", "description": "This is a Leaflet plugin for animating a marker along a polyline.", "main": "AnimatedMarker.js", + "license": "MIT", "repository": { "type": "git", "url": "https://github.com/openplans/Leaflet.AnimatedMarker"