From 463a0273ea681adeb33a8e062528e45f43348f8b Mon Sep 17 00:00:00 2001 From: Khalid Aziz Date: Thu, 18 Aug 2016 14:31:34 -0500 Subject: [PATCH] Updated package.json MAIN and FILES parameters --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e23725f..4d0837e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,6 @@ "name": "angular-virtual-keyboard", "version": "0.4.3", "description": "An AngularJs Virtual Keyboard Interface based on GreyWyvern VKI", - "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, @@ -17,6 +16,10 @@ "Virtual", "VKI" ], + "main": "release/angular-virtual-keyboard.min.js", + "files": [ + "release/**/*" + ], "bugs": { "url": "https://github.com/the-darc/angular-virtual-keyboard/issues" },