Skip to content

Commit 998e369

Browse files
committed
Renaming
1 parent 31b69e1 commit 998e369

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# vuex-orm-graphql
1+
# Vuex ORM Plugin: GraphQl
22

3-
[![Travis CI](https://travis-ci.org/vuex-orm/vuex-orm-graphql.svg?branch=master)](https://travis-ci.org/vuex-orm/vuex-orm-graphql)
3+
[![Travis CI](https://travis-ci.org/vuex-orm/plugin-graphql.svg?branch=master)](https://travis-ci.org/vuex-orm/plugin-graphql)
44
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
5-
[![License](https://img.shields.io/npm/l/@vuex-orm/vuex-orm-graphql.svg)](https://github.com/vuex-orm/vuex-orm-graphql/blob/master/LICENSE.md)
5+
[![License](https://img.shields.io/npm/l/@vuex-orm/plugin-graphql.svg)](https://github.com/vuex-orm/plugin-graphql/blob/master/LICENSE.md)
66

7-
**Documentation:** https://vuex-orm.github.io/vuex-orm-graphql/
7+
**Documentation:** https://vuex-orm.github.io/plugin-graphql/
88

99

1010
## Contribution
1111

12-
To test this plugin in your existing project, you can use `yarn link` functionality. Run `yarn link` in your local
13-
vuex-orm-graphql directory and run `yarn link @vuex-orm/plugin-graphql` in your project dir.
12+
To test this plugin in your existing project, you can use `yarn link` functionality. Run `yarn link`
13+
in your local plugin-graphql directory and run `yarn link @vuex-orm/plugin-graphql` in your project dir.
1414

15-
Remember to run `yarn build` in your vuex-orm-graphql directory and then again `yarn link` in your project after you have
15+
Remember to run `yarn build` in your plugin-graphql directory and then again `yarn link` in your project after you have
1616
made changes to the plugin code. You probably have also to restart your webpack server.
1717

1818

@@ -64,4 +64,4 @@ Deploys the documentation.
6464

6565
## License
6666

67-
Vuex ORM GraphQL is open-sourced software licensed under the [MIT license](https://github.com/phortx/vuex-orm-graphql/blob/master/LICENSE.md).
67+
Vuex ORM GraphQL is open-sourced software licensed under the [MIT license](https://github.com/phortx/plugin-graphql/blob/master/LICENSE.md).

docs/.vuepress/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: 'Vuex-ORM GraphQL Plugin'
22
description: 'Vue + Vuex-ORM + GraphQL = <3'
33

4-
base: '/vuex-orm-graphql/'
4+
base: '/plugin-graphql/'
55

66
themeConfig:
77
nav:
@@ -15,7 +15,7 @@ themeConfig:
1515
link: https://vuex-orm.github.io/vuex-orm/
1616

1717
- text: GitHub
18-
link: https://github.com/vuex-orm/vuex-orm-graphql
18+
link: https://github.com/vuex-orm/plugin-graphql
1919

2020
sidebar:
2121
- ['/guide/', 'Introduction']

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"repository": {
2929
"type": "git",
30-
"url": "git+https://github.com/vuex-orm/vuex-orm-graphql.git"
30+
"url": "git+https://github.com/vuex-orm/plugin-graphql.git"
3131
},
3232
"keywords": [
3333
"vue",
@@ -41,7 +41,7 @@
4141
"author": "Benjamin Klein",
4242
"license": "MIT",
4343
"bugs": {
44-
"url": "https://github.com/vuex-orm/vuex-orm-graphql/issues"
44+
"url": "https://github.com/vuex-orm/plugin-graphql/issues"
4545
},
4646
"dependencies": {
4747
"@types/graphql": "^0.12.3",

0 commit comments

Comments
 (0)