Skip to content

Commit

Permalink
🚀 Move to Storeon org
Browse files Browse the repository at this point in the history
  • Loading branch information
distolma committed Mar 12, 2020
1 parent 4e3eea8 commit 7bd0a95
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
This project adheres to [Semantic Versioning](http://semver.org/).

## 0.3.0
- Use named export ([3fd201](https://github.com/distolma/storeon-vue/commit/3fd201ea0e199f82fccc0df5f733fa18f16f463a))
- Use named export ([3fd201](https://github.com/storeon/vue/commit/3fd201ea0e199f82fccc0df5f733fa18f16f463a))

## 0.2.2
- Remove unnecessary type declarations ([d67d76](https://github.com/distolma/storeon-vue/commit/d67d765e1d09470b4260cfd9be20b61a6f4d2143))
- Remove unnecessary type declarations ([d67d76](https://github.com/storeon/vue/commit/d67d765e1d09470b4260cfd9be20b61a6f4d2143))

## 0.2.1
- Add type definitions ([3bd245](https://github.com/distolma/storeon-vue/commit/3bd245319cc3c7f76d924f322d814f5fba683434))
- Add type definitions ([3bd245](https://github.com/storeon/vue/commit/3bd245319cc3c7f76d924f322d814f5fba683434))

## 0.2.0
- Simplify API ([773929](https://github.com/distolma/storeon-vue/commit/773929714f27dd0ca78ed72b6f8ade6d4bde5f37))
- Simplify API ([773929](https://github.com/storeon/vue/commit/773929714f27dd0ca78ed72b6f8ade6d4bde5f37))

## 0.1.0
- change api to avoid component re-render ([2b9a97](https://github.com/distolma/storeon-vue/commit/2b9a9750763bfdab7585851500defd512f3a8422))
- change api to avoid component re-render ([2b9a97](https://github.com/storeon/vue/commit/2b9a9750763bfdab7585851500defd512f3a8422))

## 0.0.1

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@ Read more about Storeon [article].
## Install

```sh
npm install storeon-vue -S
npm install @storeon/vue -S
```
or
```sh
yarn add storeon-vue
yarn add @storeon/vue
```

## How to use

Create a store with `storeon` as you do it usually. You must explicitly install `storeon-vue` via `Vue.use()`.
Create a store with `storeon` as you do it usually. You must explicitly install `@storeon/vue` via `Vue.use()`.

#### `store.js`

```js
import Vue from 'vue'
import { createStoreon } from 'storeon'
import { StoreonVue } from 'storeon-vue'
import { StoreonVue } from '@storeon/vue'

Vue.use(StoreonVue)

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "storeon-vue",
"name": "@storeon/vue",
"version": "0.3.0",
"description": "A tiny (150 bytes) connector for Storeon and Vue",
"main": "index.js",
Expand All @@ -10,14 +10,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/distolma/storeon-vue.git"
"url": "git+https://github.com/storeon/vue.git"
},
"author": "Dmytro Mostovyi <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/distolma/storeon-vue/issues"
"url": "https://github.com/storeon/vue/issues"
},
"homepage": "https://github.com/distolma/storeon-vue#readme",
"homepage": "https://github.com/storeon/vue#readme",
"peerDependencies": {
"storeon": "^2.0.0",
"vue": "^2.6.0"
Expand Down

0 comments on commit 7bd0a95

Please sign in to comment.