Skip to content

Commit

Permalink
Move to @exodus/haraka
Browse files Browse the repository at this point in the history
  • Loading branch information
sonaye committed Nov 20, 2018
1 parent 48d49bb commit 1e95c1b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.0.33

- **Breaking:** Package has been moved to the npm name `@exodus/haraka`, see #11.

# 0.0.32

- Support `delay` in animation config.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Haraka

[![npm version](https://badge.fury.io/js/haraka.svg)](https://badge.fury.io/js/haraka)
[![npm version](https://img.shields.io/npm/dt/@exodus/haraka.svg)](https://www.npmjs.com/package/@exodus/haraka)

<img src="haraka.svg" alt="Haraka logo" width="128">

Expand All @@ -11,7 +11,7 @@ You define the behavior states of the component, and then animate between them.
## Usage

```js
import Behavior from 'haraka';
import Behavior from '@exodus/haraka';

box = React.createRef();

Expand Down Expand Up @@ -41,7 +41,7 @@ this.box.current.goTo([1, 2, 3]); // plays a sequence of behavior states, colori
## Install

```bash
yarn add haraka
yarn add @exodus/haraka
```

## Definition
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"license": "MIT",
"name": "haraka",
"name": "@exodus/haraka",
"description": "Stateful animations in React Native.",
"version": "0.0.32",
"version": "0.0.33",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/sonaye/haraka.git"
"url": "git+https://github.com/ExodusMovement/haraka"
},
"peerDependencies": {
"react": "*",
Expand Down

0 comments on commit 1e95c1b

Please sign in to comment.