From 48c33c7e0ac390be58a207b02207eb391619690a Mon Sep 17 00:00:00 2001 From: Akash A Date: Mon, 20 Apr 2015 16:06:10 +0100 Subject: [PATCH] Correcting configuration json. --- .../github/dbushell/Pikaday/Pikaday@1.3.1.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/package-overrides/github/dbushell/Pikaday/Pikaday@1.3.1.json b/package-overrides/github/dbushell/Pikaday/Pikaday@1.3.1.json index c38136c..0936b74 100644 --- a/package-overrides/github/dbushell/Pikaday/Pikaday@1.3.1.json +++ b/package-overrides/github/dbushell/Pikaday/Pikaday@1.3.1.json @@ -1,16 +1,11 @@ { - "files": [ - "pikaday.js", - "css/pikaday.css" - ], "dependencies": { "css": "*" }, "shim": { "pikaday.js": { "deps": [ - "pikaday.js", - "css/pikaday.css!" + "./css/pikaday.css!" ] } }