From 1f7302fc38f5d5aa0f8fd8130179cff2c6013eb6 Mon Sep 17 00:00:00 2001 From: Vytenis Date: Mon, 20 Jun 2016 17:20:59 +0300 Subject: [PATCH] Update package.json Missing main param --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index df39a41..6bc4993 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "name": "Matt Hinchliffe", "homepage": "http://maketea.co.uk" }, + "main": "dist/easyzoom.js", "devDependencies": { "grunt": "0.4.x", "grunt-contrib-jshint": "0.9.x",