Skip to content

Commit

Permalink
Merge pull request #88 from open-tux/remove-developing-addon-hook-1
Browse files Browse the repository at this point in the history
remove isDevelopingAddon hook
  • Loading branch information
jbailey4 authored Aug 1, 2018
2 parents 3065b51 + 7e01aff commit 2c1a9b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- "4"
- "6"

sudo: required
dist: trusty
Expand Down
4 changes: 0 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,5 @@ module.exports = {
}

return except;
},

isDevelopingAddon() {
return true;
}
};

0 comments on commit 2c1a9b8

Please sign in to comment.