From 6b608adab1ba7f1a6c0bf1078b6ef94a52945724 Mon Sep 17 00:00:00 2001 From: frhur <48525647+frhur@users.noreply.github.com> Date: Thu, 14 Mar 2019 14:09:54 +0100 Subject: [PATCH] angular-bind-html-compile dependency to npm package Changed the angular-bind-html-compile dependency from a git URL to a npm package version to make it work on build servers without access to github. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c34730..b0cecb9 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "angular-scroll": "1.0.2", "hone": "1.1.0", "tether": "1.4.0", - "angular-bind-html-compile": "https://github.com/incuna/angular-bind-html-compile.git#1.4.1" + "angular-bind-html-compile": "1.4.1" }, "devDependencies": { "angular-mocks": "1.6.6",