chore(cloudapi-gql): s/joyent-portal-cloudapi-gql/cloudapi-gql

This commit is contained in:
Sérgio Ramos 2017-10-03 15:02:04 +01:00
parent ed4ce42237
commit d93ca077bd
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# joyent-portal-cloudapi-gql
# cloudapi-gql
[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0)
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg)](https://github.com/RichardLitt/standard-readme)
@ -15,7 +15,7 @@ Server that exposes [CloudApi](https://apidocs.joyent.com/cloudapi/) through [Gr
## Install
```
yarn add joyent-portal-cloudapi-gql
yarn add cloudapi-gql
```
## Usage

View File

@ -1,7 +1,6 @@
{
"name": "cloudapi-gql",
"version": "2.0.0",
"private": true,
"license": "MPL-2.0",
"repository": "github:yldio/joyent-portal",
"main": "src/schema/index.js",