From 51337966100c401f19da29c3cd62045e679c39d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Pale=C4=8Dek=20=28ext59868=29?= Date: Fri, 23 Nov 2018 15:54:09 +0100 Subject: [PATCH] AngularJS dependency fix. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c5fc88d..1f28e7d 100644 --- a/package.json +++ b/package.json @@ -183,6 +183,6 @@ "update-index-async": "node -e \"require('shelljs/global'); sed('-i', /\\/\\/@@NG_LOADER_START@@[\\s\\S]*\\/\\/@@NG_LOADER_END@@/, '//@@NG_LOADER_START@@\\n' + cat('bower_components/angular-loader/angular-loader.min.js') + '\\n//@@NG_LOADER_END@@', 'app/index-async.html');\"" }, "dependencies": { - "angular": "^1.6.2" + "angular": "^1.5.6" } }