AMBARI-20470. Ambari build fails at Files view.(jaimin) Change-Id: I53e7ab6aff8d7f4390a8b0dfe9e799abba0f815a
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/ac14c0c0 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ac14c0c0 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/ac14c0c0 Branch: refs/heads/AMBARI-2.4.2.16 Commit: ac14c0c05f96c4145ff2155f4d35b31f979d3e76 Parents: 9e701de Author: Jaimin Jetly <[email protected]> Authored: Wed Mar 15 16:38:26 2017 -0700 Committer: Jaimin Jetly <[email protected]> Committed: Thu Mar 16 16:20:33 2017 -0700 ---------------------------------------------------------------------- contrib/views/files/src/main/resources/ui/package.json | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/ac14c0c0/contrib/views/files/src/main/resources/ui/package.json ---------------------------------------------------------------------- diff --git a/contrib/views/files/src/main/resources/ui/package.json b/contrib/views/files/src/main/resources/ui/package.json index d15c5c9..b889be8 100644 --- a/contrib/views/files/src/main/resources/ui/package.json +++ b/contrib/views/files/src/main/resources/ui/package.json @@ -20,10 +20,14 @@ }, "author": "", "license": "MIT", + "peerDependencies": { + "async-disk-cache": "~1.0.0" + }, "devDependencies": { "bower": "1.7.2", "broccoli-asset-rev": "^2.2.0", "ember-ajax": "0.7.1", + "async-disk-cache": "~1.0.0", "ember-cli": "2.2.0-beta.4", "ember-cli-app-version": "^1.0.0", "ember-cli-babel": "^5.1.5",
