Skip to content
This repository has been archived by the owner on Apr 2, 2018. It is now read-only.

refactor(): rename driftyco #215

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![npm](https://img.shields.io/npm/v/@ionic/cloud.svg)](https://www.npmjs.com/package/@ionic/cloud)
[![CircleCI](https://circleci.com/gh/driftyco/ionic-cloud.svg?style=shield)](https://circleci.com/gh/driftyco/ionic-cloud)
[![CircleCI](https://circleci.com/gh/ionic-team/ionic-cloud.svg?style=shield)](https://circleci.com/gh/driftyco/ionic-cloud)

# Ionic Cloud Client

Expand All @@ -18,4 +18,4 @@ Coming from `ionic-platform-web-client`? Things have changed! See our
## Local Development

See the [`CONTRIBUTING.md`
file](https://github.com/driftyco/ionic-cloud/blob/master/CONTRIBUTING.md).
file](https://github.com/ionic-team/ionic-cloud/blob/master/CONTRIBUTING.md).
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Ionic Cloud Client",
"repository": {
"type": "git",
"url": "git+https://github.com/driftyco/ionic-cloud.git"
"url": "git+https://github.com/ionic-team/ionic-cloud.git"
},
"keywords": [
"Ionic",
Expand All @@ -21,9 +21,9 @@
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/driftyco/ionic-cloud/issues"
"url": "https://github.com/ionic-team/ionic-cloud/issues"
},
"homepage": "https://github.com/driftyco/ionic-cloud#readme",
"homepage": "https://github.com/ionic-team/ionic-cloud#readme",
"main": "dist/es5/index.js",
"typings": "dist/es5/index.d.ts",
"module": "dist/esm/index.js",
Expand Down