Skip to content

Commit

Permalink
repo name change
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Jul 31, 2015
1 parent e0ba721 commit 0dd92fa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ deploy:
email: michael.l.north@gmail.com
on:
tags: true
repo: truenorth/ember-orientation
repo: mike-north/ember-orientation
api_key:
secure: WeQrYfpq6oimu9BbvfWJEUN0Laloql9jtMOxe60uL9BIAvQOR14086kkDSWnzrtBL4ydq+GT5rZtsJW2d20sB+jluLafgf2YXb3WverYZRFL0jNIPPaRibDx1nSE/OW7KQcJQc48qpG1gkuPWshI/sLCVxcfcBE8fC4hGFt2Z/XChlniKqgUB1rYJQ4g6MbHhE/wrVyBfuBYiJLrLxTQ/hyMtwW81x4/BCqD21L6EF7OeVNTHPt1Yyqngsqu5pz5azW96ruws1wlHfTUZVNIq/A1zqcH1IMUsKYi+yy3k4ylUAk7v/dCyoW2GE1JjxxPx2mSNYnP4LfHpRfJvNiZbwBza26LSvgjbPIL2MbveS546sitHAfefq8kD5oQt8gImiVC3E9AEDCJkm9OI23wPf+UGqUzH7SJouxkeHK9LMVFpBm759RkrDk9tVkhTF4dd4P/CYymGHlzUwNniRwxf4xht+FzIhFzu6F04nJ5WxjwpyxHOb7vdOC/SMy/lAymUR3jzWJmYR+u0gZUluPoSKKIpMkEW2G1PabQmmZQHe+kyciRXjz5QCGttAaWNfS7SMzn65mXPlXQC0MEgnW2UekfwkpPoyzSfdL6JMP3mNdU/NRVvZzBr1CyiCZ/B5cuVo+/e4qaZheEPZLdHtJFhw/YfWFQiUNk8LUhjPxj4go=
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<img align="right" src="http://i60.tinypic.com/k1ri0z.jpg" />

[![Build Status](https://travis-ci.org/truenorth/ember-orientation.svg?branch=master)](https://travis-ci.org/truenorth/ember-orientation)
[![Code Climate](https://codeclimate.com/github/truenorth/ember-orientation/badges/gpa.svg)](https://codeclimate.com/github/truenorth/ember-orientation)
[![Build Status](https://travis-ci.org/mike-north/ember-orientation.svg?branch=master)](https://travis-ci.org/mike-north/ember-orientation)
[![Code Climate](https://codeclimate.com/github/mike-north/ember-orientation/badges/gpa.svg)](https://codeclimate.com/github/mike-north/ember-orientation)
[![npm version](https://badge.fury.io/js/ember-orientation.svg)](http://badge.fury.io/js/ember-orientation)
[![Dependency Status](https://david-dm.org/truenorth/ember-orientation.svg)](https://david-dm.org/truenorth/ember-orientation)
[![devDependency Status](https://david-dm.org/truenorth/ember-orientation/dev-status.svg)](https://david-dm.org/truenorth/ember-orientation#info=devDependencies)
[![Dependency Status](https://david-dm.org/mike-north/ember-orientation.svg)](https://david-dm.org/mike-north/ember-orientation)
[![devDependency Status](https://david-dm.org/mike-north/ember-orientation/dev-status.svg)](https://david-dm.org/mike-north/ember-orientation#info=devDependencies)
[![Ember Observer Score](http://emberobserver.com/badges/ember-orientation.svg)](http://emberobserver.com/addons/ember-orientation)


Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-orientation",
"version": "0.0.5",
"version": "0.0.6",
"description": "Idiomatically mobile device orientation changes in Ember.js",
"directories": {
"doc": "doc",
Expand All @@ -11,8 +11,8 @@
"build": "ember build",
"test": "ember try:testall"
},
"repository": "https://github.com/truenorth/ember-orientation.git",
"homepage": "https://github.com/truenorth/ember-orientation",
"repository": "https://github.com/mike-north/ember-orientation.git",
"homepage": "https://github.com/mike-north/ember-orientation",
"engines": {
"node": ">= 0.10.0"
},
Expand Down

0 comments on commit 0dd92fa

Please sign in to comment.