Skip to content

Commit bf014f6

Browse files
committed
⬆️ octicons@4.2.0
1 parent aee4f82 commit bf014f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

blueprints/ember-cli-octicons/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module.exports = {
22
normalizeEntityName: function() {}, // no-op since we're just adding dependencies
33

44
afterInstall: function(options) {
5-
return this.addBowerPackageToProject('octicons', '4.1.1');
5+
return this.addBowerPackageToProject('octicons', '4.2.0');
66
}
77
};

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"ember-qunit-notifications": "0.1.0"
88
},
99
"devDependencies": {
10-
"octicons": "4.1.1"
10+
"octicons": "4.2.0"
1111
}
1212
}

0 commit comments

Comments
 (0)