From ec89a9340260a9cb3b9bf657e831cdf7cc2dfbb3 Mon Sep 17 00:00:00 2001 From: Carlos Mendes Date: Mon, 23 Mar 2015 21:22:25 +0000 Subject: [PATCH] Using Knockout's non minified version for debug purposes. The dependency should be minified during the build process --- package-overrides/github/knockout/knockout@3.3.0.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-overrides/github/knockout/knockout@3.3.0.json b/package-overrides/github/knockout/knockout@3.3.0.json index 8b1269e..f0eaffd 100644 --- a/package-overrides/github/knockout/knockout@3.3.0.json +++ b/package-overrides/github/knockout/knockout@3.3.0.json @@ -1,5 +1,5 @@ { - "main": "dist/knockout", + "main": "dist/knockout.debug", "shim": { "dist/knockout": { "exports": "ko"