diff --git a/.travis.yml b/.travis.yml
index 328d73c..ccb41f3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@ language: node_js
node_js:
# we recommend testing addons with the same minimum supported node version as Ember CLI
# so that your addon works for all apps
- - "6"
+ - "8"
sudo: false
dist: trusty
@@ -52,10 +52,5 @@ jobs:
- env: EMBER_TRY_SCENARIO=ember-canary
- env: EMBER_TRY_SCENARIO=ember-default-with-jquery
-before_install:
- - npm config set spin false
- - npm install -g npm@4
- - npm --version
-
script:
- node_modules/.bin/ember try:one $EMBER_TRY_SCENARIO
diff --git a/README.md b/README.md
index 1766787..6bf5dec 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ guidemaker-cardstack-template
This addon handles style and layout of the cards.
-It is a modified fork of [guidemaker-cardstack-template](https://github.com/empress/guidemaker-cardstack-template)
+It is a modified fork of [guidemaker-default-template](https://github.com/empress/guidemaker-default-template)
by Chris Manson.
Installation
diff --git a/addon/templates/components/search-input.hbs b/addon/templates/components/search-input.hbs
index 0cbd1c5..460fac3 100644
--- a/addon/templates/components/search-input.hbs
+++ b/addon/templates/components/search-input.hbs
@@ -1,42 +1,42 @@
{{#if searchFunction}}
-
+
-{{!-- Search results dropdown --}}
-{{#ember-tether
- target='#search-input'
- targetAttachment='bottom right'
- attachment='top right'
- constraints=_resultTetherConstraints
- class='ds-dropdown-results'
-}}
- {{#if response.hits}}
-