From 70c6968e49c72d848ace9ec7ee74cd8a10fd3bb7 Mon Sep 17 00:00:00 2001 From: Seyi Adebajo Date: Fri, 19 May 2017 10:56:31 -0700 Subject: [PATCH] adds missing x-editable dep for bower.json --- wherehows-web/bower.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wherehows-web/bower.json b/wherehows-web/bower.json index dceae35e09..206c55bcdc 100644 --- a/wherehows-web/bower.json +++ b/wherehows-web/bower.json @@ -15,7 +15,8 @@ "json-human": "^0.1.1", "jsondiffpatch": "^0.2.4", "marked": "^0.3.6", - "toastr": "^2.1.3" + "toastr": "^2.1.3", + "x-editable": "^1.5.1" }, "resolutions": { "ember-cli-shims": "0.1.3",