Skip to content

Commit

Permalink
update addon installation to not look for extra tippy file
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianSipple committed Oct 12, 2018
1 parent 77cc3c9 commit 6880ccf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ module.exports = {
},
'shepherd.js'() {
const include = [
'dist/js/tippy.all.min.js',
'dist/js/shepherd.js'
];

Expand All @@ -39,7 +38,6 @@ module.exports = {
return {
import: {
include,
vendor: ['dist/js/tippy.all.min.js.map'],
processTree(tree) {
return fastbootTransform(tree);
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6880ccf

Please sign in to comment.