Skip to content

Commit

Permalink
Merge branch 'release/1.0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
lawitschka committed Aug 17, 2015
2 parents cc32d74 + e4982ed commit 3ef7b0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@

module.exports = {
name: 'ember-cli-fastclick',

isEnabled: function() {
return !process.env.EMBER_CLI_FASTBOOT;
},

included: function(app) {
this._super.included(app);

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-fastclick",
"version": "1.0.3",
"version": "1.0.4",
"directories": {
"doc": "doc",
"test": "tests"
Expand Down

0 comments on commit 3ef7b0e

Please sign in to comment.