From 13508142cea67b839f9edfa5e0ad6013bf56e398 Mon Sep 17 00:00:00 2001 From: Reza Shokri Date: Sat, 9 Feb 2019 20:50:45 +0100 Subject: [PATCH] fix Another TheOrgBook/docker$ ./manage.sh build fails --- TheOrgBook/tob-web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TheOrgBook/tob-web/package.json b/TheOrgBook/tob-web/package.json index 349b501..cd2baf4 100644 --- a/TheOrgBook/tob-web/package.json +++ b/TheOrgBook/tob-web/package.json @@ -29,7 +29,7 @@ "bootstrap-sass": "~3.3.7", "core-js": "^2.4.1", "font-awesome": "^4.7.0", - "localize-router": "git+https://github.com/cywolf/localize-router.git", + "localize-router": "<2.0.0-RC.1", "localize-router-http-loader": "~0.0.3", "mygovbc-bootstrap-theme": "^0.3.0", "rxjs": "^5.4.1",