Skip to content

Commit fbde970

Browse files
Merge pull request #349 from feathersjs-ecosystem/repo-reference
Update all repository references
2 parents 20b7104 + 59196e0 commit fbde970

File tree

7 files changed

+14
-15
lines changed

7 files changed

+14
-15
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# feathers-vuex
22

33
[![Build Status](https://travis-ci.org/feathersjs-ecosystem/feathers-vuex.png?branch=master)](https://travis-ci.org/feathersjs-ecosystem/feathers-vuex)
4-
[![Dependency Status](https://img.shields.io/david/feathersjs-ecosystem/feathers-vuex.svg?style=flat-square)](https://david-dm.org/feathers-plus/feathers-vuex)
4+
[![Dependency Status](https://img.shields.io/david/feathersjs-ecosystem/feathers-vuex.svg?style=flat-square)](https://david-dm.org/feathersjs-ecosystem/feathers-vuex)
55
[![Download Status](https://img.shields.io/npm/dm/feathers-vuex.svg?style=flat-square)](https://www.npmjs.com/package/feathers-vuex)
66

77
![feathers-vuex service logo](./service-logo.png)

docs/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = {
33
description: 'Integration of FeathersJS, Vue, and Nuxt for the artisan developer',
44
theme: 'default-prefers-color-scheme',
55
themeConfig: {
6-
repo: 'feathers-plus/feathers-vuex',
6+
repo: 'feathersjs-ecosystem/feathers-vuex',
77
docsDir: 'docs',
88
editLinks: true,
99
sidebar: [

docs/api-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ sidebarDepth: 3
44
---
55

66
<!--- Usage ------------------------------------------------------------------------------------ -->
7-
[![Build Status](https://travis-ci.org/feathers-plus/feathers-vuex.png?branch=master)](https://travis-ci.org/feathers-plus/feathers-vuex)
8-
[![Dependency Status](https://img.shields.io/david/feathers-plus/feathers-vuex.svg?style=flat-square)](https://david-dm.org/feathers-plus/feathers-vuex)
7+
[![Build Status](https://travis-ci.org/feathersjs-ecosystem/feathers-vuex.png?branch=master)](https://travis-ci.org/feathersjs-ecosystem/feathers-vuex)
8+
[![Dependency Status](https://img.shields.io/david/feathersjs-ecosystem/feathers-vuex.svg?style=flat-square)](https://david-dm.org/feathersjs-ecosystem/feathers-vuex)
99
[![Download Status](https://img.shields.io/npm/dm/feathers-vuex.svg?style=flat-square)](https://www.npmjs.com/package/feathers-vuex)
1010

11-
![feathers-vuex service logo](https://github.com/feathers-plus/feathers-vuex/raw/master/service-logo.png)
11+
![feathers-vuex service logo](https://github.com/feathersjs-ecosystem/feathers-vuex/raw/master/service-logo.png)
1212

1313
> Integrate the Feathers Client into Vuex
1414
@@ -287,7 +287,7 @@ There are two plugins included:
287287
1. The [Service Plugin](./service-plugin.md) adds a Vuex store for new services.
288288
2. The [Auth Plugin](./auth-plugin.md) sets up the Vuex store for authentication / logout.
289289

290-
To see `feathers-vuex` in a working vue-cli application, check out [`feathers-chat-vuex`](https://github.com/feathers-plus/feathers-chat-vuex).
290+
To see `feathers-vuex` in a working vue-cli application, check out [`feathers-chat-vuex`](https://github.com/feathersjs-ecosystem/feathers-chat-vuex).
291291

292292
### Global Configuration
293293

docs/common-patterns.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ The mixin utilities provide the same functionality as the components, but with m
2222

2323
As of version 2.0, Feathers-Vuex has been rewritten in TypeScript.
2424

25-
See [this issue](https://github.com/feathers-plus/feathers-vuex/issues/114) for suggestions for with TypeScript helpers.
25+
See [this issue](https://github.com/feathersjs-ecosystem/feathers-vuex/issues/114) for suggestions for with TypeScript helpers.
2626

2727
## Clearing data upon user logout
2828

29-
The best solution is to simply refresh to clear memory. The alternative to refreshing would be to perform manual cleanup of the service stores. Refreshing is much simpler, so it's the officially supported solution. Feel free to read [this issue](https://github.com/feathers-plus/feathers-vuex/issues/10) for more suggestions.
29+
The best solution is to simply refresh to clear memory. The alternative to refreshing would be to perform manual cleanup of the service stores. Refreshing is much simpler, so it's the officially supported solution. Feel free to read [this issue](https://github.com/feathersjs-ecosystem/feathers-vuex/issues/10) for more suggestions.
3030

3131
## Accessing the store from hooks
3232

@@ -259,7 +259,7 @@ See the [instanceDefaults API](./model-classes.html#instancedefaults)
259259

260260
## Model-Specific Computed Properties
261261

262-
You may find yourself in a position where model-specific computed properties would be very useful. [github issue](https://github.com/feathers-plus/feathers-vuex/issues/163). In Feathers-Vuex 1.7, these could be specified in the `instanceDefaults`. As of 2.0, they are specified directly on each Model class:
262+
You may find yourself in a position where model-specific computed properties would be very useful. [github issue](https://github.com/feathersjs-ecosystem/feathers-vuex/issues/163). In Feathers-Vuex 1.7, these could be specified in the `instanceDefaults`. As of 2.0, they are specified directly on each Model class:
263263

264264
```js
265265
class Post extends BaseModel {

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
home: true
3-
heroImage: https://github.com/feathers-plus/feathers-vuex/raw/master/service-logo.png
3+
heroImage: https://github.com/feathersjs-ecosystem/feathers-vuex/raw/master/service-logo.png
44
heroText: FeathersVuex 2.x
55
tagLine: Integration of FeathersJS, Vue, and Nuxt for the artisan developer
66
actionText: Get Started

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "feathers-vuex",
33
"description": "FeathersJS, Vue, and Nuxt for the artisan developer",
44
"version": "2.2.3",
5-
"homepage": "https:feathers-vuex.feathers-plus.com",
5+
"homepage": "https:feathers-vuex.feathersjs-ecosystem.com",
66
"main": "dist/",
77
"module": "dist/",
88
"types": "dist/",
@@ -13,16 +13,16 @@
1313
"license": "MIT",
1414
"repository": {
1515
"type": "git",
16-
"url": "git://github.com/feathers-plus/feathers-vuex.git"
16+
"url": "git://github.com/feathersjs-ecosystem/feathers-vuex.git"
1717
},
1818
"author": {
1919
"name": "Marshall Thompson",
2020
"email": "[email protected]",
21-
"url": "https://feathers-plus.github.io."
21+
"url": "https://feathersjs-ecosystem.github.io."
2222
},
2323
"contributors": [],
2424
"bugs": {
25-
"url": "https://github.com/feathers-plus/feathers-vuex/issues"
25+
"url": "https://github.com/feathersjs-ecosystem/feathers-vuex/issues"
2626
},
2727
"engines": {
2828
"node": ">= 4.6.0"

src/utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ export function stripSlashes(location: string) {
4343
return _trim(location, '/')
4444
}
4545

46-
// From feathers-plus/feathers-hooks-common
4746
export function setByDot(obj, path, value, ifDelete?) {
4847
if (ifDelete) {
4948
// eslint-disable-next-line no-console

0 commit comments

Comments
 (0)