Skip to content
This repository has been archived by the owner on Dec 25, 2017. It is now read-only.

Commit

Permalink
🆙 update: change to my repository name [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Dec 6, 2016
1 parent 68b15c3 commit 98dba92
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# vue-validator

[![CircleCI Status](https://circleci.com/gh/vuejs/vue-validator/tree/dev.svg?style=shield&circle-token=36fad1862fbb44da91a28217df8fba769d6d1ce7)](https://circleci.com/gh/vuejs/vue-validator/tree/dev)
[![Coverage Status](https://coveralls.io/repos/vuejs/vue-validator/badge.svg?branch=dev&service=github)](https://coveralls.io/github/vuejs/vue-validator?branch=dev)
[![CircleCI Status](https://circleci.com/gh/kazupon/vue-validator/tree/dev.svg?style=shield&circle-token=36fad1862fbb44da91a28217df8fba769d6d1ce7)](https://circleci.com/gh/kazupon/vue-validator/tree/dev)
[![Coverage Status](https://coveralls.io/repos/kazupon/vue-validator/badge.svg?branch=dev&service=github)](https://coveralls.io/github/kazupon/vue-validator?branch=dev)
[![npm package](https://img.shields.io/npm/v/vue-validator.svg)](https://www.npmjs.com/package/vue-validator)

Validator component for Vue.js
Expand All @@ -22,15 +22,15 @@ Validator component for Vue.js
- **WIP** :construction: [here](https://kazupon.github.io/vue-validator/)

## Projects
- v2: (maintance: https://github.com/vuejs/vue-validator/projects/1)
- v3: (for 3.0 release: https://github.com/vuejs/vue-validator/projects/2)
- v2: (maintance: https://github.com/kazupon/vue-validator/projects/1)
- v3: (for 3.0 release: https://github.com/kazupon/vue-validator/projects/2)

## Contributing
- Fork it !
- Create your top branch from `2.x`: `git branch my-new-topic origin/dev`
- Commit your changes: `git commit -am 'Add some topic'`
- Push to the branch: `git push origin my-new-topic`
- Submit a pull request to `2.x` branch of `vuejs/vue-validator` repository !
- Submit a pull request to `2.x` branch of `kazupon/vue-validator` repository !

### Branch
- dev (developement branch for v3 later)
Expand Down Expand Up @@ -70,7 +70,7 @@ Please make sure to read the [Contributing Guide](https://github.com/vuejs/vue/b

## Changelog

Details changes for each release are documented in the [CHANGELOG.md](https://github.com/vuejs/vue-validator/blob/dev/CHANGELOG.md).
Details changes for each release are documented in the [CHANGELOG.md](https://github.com/kazupon/vue-validator/blob/dev/CHANGELOG.md).


## License
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"email": "kawakazu80@gmail.com"
},
"bugs": {
"url": "https://github.com/vuejs/vue-validator/issues"
"url": "https://github.com/kazupon/vue-validator/issues"
},
"devDependencies": {
"babel-core": "^6.9.0",
Expand Down Expand Up @@ -72,7 +72,7 @@
"dist/vue-validator.common.js",
"src"
],
"homepage": "https://github.com/vuejs/vue-validator",
"homepage": "https://github.com/kazupon/vue-validator",
"jsnext:main": "src/index.js",
"keywords": [
"plugin",
Expand All @@ -84,7 +84,7 @@
"main": "dist/vue-validator.common.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue-validator.git"
"url": "git+https://github.com/kazupon/vue-validator.git"
},
"scripts": {
"build": "node config/build.js",
Expand Down

0 comments on commit 98dba92

Please sign in to comment.