Skip to content

Commit

Permalink
Merge b4eaeda into d59ce6d
Browse files Browse the repository at this point in the history
  • Loading branch information
juwara0 committed Apr 13, 2018
2 parents d59ce6d + b4eaeda commit c4781ce
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 29 deletions.
File renamed without changes
11 changes: 11 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,20 @@

'use strict'

const {setSvgConfiguration} = require('ember-frost-core/utils/frost-icon-svg')

module.exports = {
name: 'ember-frost-sort',

included: function () {
this.app = this._findHost.call(this) // eslint-disable-line no-useless-call

// Set ember-cli-svgstore options so that consuming applications don't have to
setSvgConfiguration.call(this, 'frost-sort')

this._super.included.apply(this, arguments)
},

/* eslint-disable complexity */
init: function (app) {
this.options = this.options || {}
Expand Down
65 changes: 41 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,19 +64,17 @@
"frost",
"sort"
],
"ember-frost-icon-pack": {
"name": "frost-sort"
},
"dependencies": {
"ember-cli-babel": "^5.1.7",
"ember-cli-htmlbars": "^1.1.1",
"ember-cli-sass": "7.1.1",
"ember-cli-svgstore": "github:ciena-blueplanet/ember-cli-svgstore#977df1cf58ae43b1d98a591573c3e06947744321",
"ember-computed-decorators": "0.3.0",
"ember-frost-core": "^7.0.0",
"ember-frost-core": "^8.0.0",
"ember-hook": "1.4.2",
"ember-prop-types": "^7.0.2"
},
"ember-addon": {
"configPath": "tests/dummy/config"
}
}
}

0 comments on commit c4781ce

Please sign in to comment.