From 8fba18a0395dd1850affa61119a467885a414b6d Mon Sep 17 00:00:00 2001 From: BoykoAlex Date: Tue, 22 Aug 2017 12:54:06 -0400 Subject: [PATCH] Fix test setup --- integration/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/package.json b/integration/package.json index 2dc0be7..87f4928 100644 --- a/integration/package.json +++ b/integration/package.json @@ -31,7 +31,7 @@ "@angular/core": "^4.1.3", "@angular/platform-browser": "^4.1.3", "@angular/platform-browser-dynamic": "^4.1.3", - "spring-flo": "../dist/", + "spring-flo": "../", "core-js": "^2.4.1", "rxjs": "5.0.1", "systemjs": "0.19.40",