We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee4f82 commit bf014f6Copy full SHA for bf014f6
blueprints/ember-cli-octicons/index.js
@@ -2,6 +2,6 @@ module.exports = {
2
normalizeEntityName: function() {}, // no-op since we're just adding dependencies
3
4
afterInstall: function(options) {
5
- return this.addBowerPackageToProject('octicons', '4.1.1');
+ return this.addBowerPackageToProject('octicons', '4.2.0');
6
}
7
};
bower.json
@@ -7,6 +7,6 @@
"ember-qunit-notifications": "0.1.0"
8
},
9
"devDependencies": {
10
- "octicons": "4.1.1"
+ "octicons": "4.2.0"
11
12
0 commit comments