From f1a6a849f1da11c2da64e949b7bf1b1c42d97727 Mon Sep 17 00:00:00 2001 From: Henry Ng Date: Thu, 11 Aug 2016 15:18:24 -0700 Subject: [PATCH] Update package.json to indicate the main file. Added a "main" key to the package.json so webpack resolve loader can find the main file. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 7ff5139..360f083 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "Moment.js for Angular.js", "homepage": "https://github.com/gdi2290/angular-momentjs", "bugs": "https://github.com/gdi2290/angular-momentjs/issues", + "main": "angular-momentjs.min.js", "keywords": [ "gdi2290", "PatrickJS",