Repository: ambari Updated Branches: refs/heads/branch-2.5 8dbd718c4 -> 8268b842e
AMBARI-20470. Ambari build fails at Files view.(jaimin) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8268b842 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8268b842 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8268b842 Branch: refs/heads/branch-2.5 Commit: 8268b842ecf000264bd59699da5f59b449a2646c Parents: 8dbd718 Author: Jaimin Jetly <[email protected]> Authored: Wed Mar 15 16:34:44 2017 -0700 Committer: Jaimin Jetly <[email protected]> Committed: Wed Mar 15 16:35:47 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/8268b842/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..6cf0ebb 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",
