Skip to content

Commit

Permalink
FIX: Fixed Unexpected token on node version < 4 ?
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminlong committed Oct 24, 2016
1 parent 7f38447 commit 7251b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
module.exports = {
name: 'ember-cli-swiper',

included(app) {
included: function(app) {
this._super.included(app);
app.import(app.bowerDirectory + '/swiper/dist/css/swiper.min.css');

Expand Down

0 comments on commit 7251b30

Please sign in to comment.