Skip to content

Commit 31b2c01

Browse files
committed
Update all ember-cli-octicons refs to ember-octicons
1 parent 9e098d5 commit 31b2c01

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# ember-cli-octicons
2-
[![Build Status](https://travis-ci.org/kpfefferle/ember-cli-octicons.svg?branch=master)](https://travis-ci.org/kpfefferle/ember-cli-octicons)
3-
[![Ember Observer Score](https://emberobserver.com/badges/ember-cli-octicons.svg)](https://emberobserver.com/addons/ember-cli-octicons)
1+
# ember-octicons
2+
[![Build Status](https://travis-ci.org/kpfefferle/ember-octicons.svg?branch=master)](https://travis-ci.org/kpfefferle/ember-octicons)
3+
[![Ember Observer Score](https://emberobserver.com/badges/ember-octicons.svg)](https://emberobserver.com/addons/ember-octicons)
44

55
Easily add [GitHub Octicons](https://octicons.github.com/) to an Ember application.
66

@@ -11,13 +11,13 @@ When the addon is installed, it will add `octicons` as a Bower dependency, impor
1111
In your ember-cli project, run:
1212

1313
```bash
14-
ember install ember-cli-octicons
14+
ember install ember-octicons
1515
```
1616

1717
## Developing
1818

19-
* `git clone https://github.com/kpfefferle/ember-cli-octicons.git` this repository
20-
* `cd ember-cli-octicons`
19+
* `git clone https://github.com/kpfefferle/ember-octicons.git` this repository
20+
* `cd ember-octicons`
2121
* `npm install`
2222
* `bower install`
2323

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "ember-cli-octicons",
2+
"name": "ember-octicons",
33
"dependencies": {
44
"ember": "~2.8.0",
55
"ember-cli-shims": "0.1.1"

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'use strict';
33

44
module.exports = {
5-
name: 'ember-cli-octicons',
5+
name: 'ember-octicons',
66

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "ember-cli-octicons",
2+
"name": "ember-octicons",
33
"version": "0.6.0",
44
"description": "Easily add GitHub Octicons to your Ember project.",
55
"directories": {
@@ -13,7 +13,7 @@
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/kpfefferle/ember-cli-octicons"
16+
"url": "https://github.com/kpfefferle/ember-octicons"
1717
},
1818
"engines": {
1919
"node": ">= 0.10.0"

0 commit comments

Comments
 (0)