Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
chore: Rename package to @eventonehq/fly
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Renamed the package to @eventonehq/fly
  • Loading branch information
nprail committed Oct 28, 2019
1 parent e2a1093 commit 0c2f9f9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<p align="center">
<a href="https://github.com/eventOneHQ/fly-api/blob/master/LICENSE"><img src="https://img.shields.io/github/license/eventOneHQ/fly-api.svg" alt="GitHub license"></a>
<a href="https://www.npmjs.com/package/@filiosoft/fly"><img src="https://img.shields.io/npm/v/@filiosoft/fly.svg" alt="npm"></a>
<a href="https://www.npmjs.com/package/@eventonehq/fly"><img src="https://img.shields.io/npm/v/@eventonehq/fly.svg" alt="npm"></a>
<a href="https://travis-ci.com/eventOneHQ/fly-api"><img src="https://travis-ci.com/eventOneHQ/fly-api.svg?branch=develop" alt="Build Status"></a>
<a href="http://commitizen.github.io/cz-cli/"><img src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg" alt="Commitizen friendly"></a>
<a href="https://standardjs.com"><img src="https://img.shields.io/badge/code_style-standard-brightgreen.svg" alt="JavaScript Style Guide"></a>
Expand All @@ -16,15 +16,15 @@
### Installation

```bash
npm install @filiosoft/fly
npm install @eventonehq/fly
```

> This package uses async/await and requires Node.js 7.6
### Use

```javascript
const { Fly } = require('@filiosoft/fly')
const { Fly } = require('@eventonehq/fly')

const fly = new Fly('your-access-token')

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@filiosoft/fly",
"name": "@eventonehq/fly",
"version": "0.0.0-development",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 0c2f9f9

Please sign in to comment.