From 2bb280b4c3a1df6e64b531cd380e0076edf9420b Mon Sep 17 00:00:00 2001 From: Nick Tsitlakidis Date: Tue, 20 Dec 2016 16:11:10 +0200 Subject: [PATCH] Fixed the main entry in package.json Mapping the main entry of package.json to the final js of dist directory --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fcef06b..f01c855 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "angular-progress-button-styles", "version": "0.1.0", "description": "Different types of progressbuttons implemented on AngularJS", - "main": "index.js", + "main": "./dist/angular-progress-button-styles.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },