From 6880ccfd99ac28cc541c22f7baca5dee4d457b76 Mon Sep 17 00:00:00 2001 From: Brian Sipple Date: Thu, 11 Oct 2018 00:36:43 -0400 Subject: [PATCH] update addon installation to not look for extra tippy file --- index.js | 2 -- package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/index.js b/index.js index 88673e3f..c9ba0832 100644 --- a/index.js +++ b/index.js @@ -28,7 +28,6 @@ module.exports = { }, 'shepherd.js'() { const include = [ - 'dist/js/tippy.all.min.js', 'dist/js/shepherd.js' ]; @@ -39,7 +38,6 @@ module.exports = { return { import: { include, - vendor: ['dist/js/tippy.all.min.js.map'], processTree(tree) { return fastbootTransform(tree); } diff --git a/package.json b/package.json index 0be7505c..5bd968fb 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "ember-cli-node-assets": "0.2.2", "ember-getowner-polyfill": "^2.2.0", "fastboot-transform": "^0.1.3", - "shepherd.js": "^2.0.0-beta.28" + "shepherd.js": "^2.0.0-beta.29" }, "devDependencies": { "@ember/optional-features": "^0.6.3",