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/63ab0ab9 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/63ab0ab9 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/63ab0ab9 Branch: refs/heads/branch-feature-AMBARI-12556 Commit: 63ab0ab91058ffe8fb4dafa9f7eb96f5b1c8ec05 Parents: df4c44a Author: Jaimin Jetly <[email protected]> Authored: Wed Mar 15 16:34:44 2017 -0700 Committer: Jaimin Jetly <[email protected]> Committed: Wed Mar 15 16:34:44 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/63ab0ab9/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",
