Skip to content

Commit e844492

Browse files
authored
chore: transfer to dwango-js (#9)
1 parent 8dc5ab5 commit e844492

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# react-toggle-pattern [![Build Status](https://travis-ci.org/azu/react-toggle-pattern.svg?branch=master)](https://travis-ci.org/azu/react-toggle-pattern)
1+
# react-toggle-pattern [![Build Status](https://travis-ci.org/dwango-js/react-toggle-pattern.svg?branch=master)](https://travis-ci.org/dwango-js/react-toggle-pattern)
22

33
React Component that provide toggle pattern
44

@@ -210,7 +210,7 @@ It has same interface `<ToggleAndPattern />`, but it has difference logic.
210210

211211
## Changelog
212212

213-
See [Releases page](https://github.com/azu/react-toggle-pattern/releases).
213+
See [Releases page](https://github.com/dwango-js/react-toggle-pattern/releases).
214214

215215
## Running tests
216216

@@ -221,7 +221,7 @@ Install devDependencies and Run `npm test`:
221221
## Contributing
222222

223223
Pull requests and stars are always welcome.
224-
For bugs and feature requests, [please create an issue](https://github.com/azu/react-toggle-pattern/issues).
224+
For bugs and feature requests, [please create an issue](https://github.com/dwango-js/react-toggle-pattern/issues).
225225

226226
1. Fork it!
227227
2. Create your feature branch: `git checkout -b my-new-feature`

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"name": "react-toggle-pattern",
33
"repository": {
44
"type": "git",
5-
"url": "https://github.com/azu/react-toggle-pattern.git"
5+
"url": "https://github.com/dwango-js/react-toggle-pattern.git"
66
},
77
"author": "azu",
88
"email": "[email protected]",
9-
"homepage": "https://github.com/azu/react-toggle-pattern",
9+
"homepage": "https://github.com/dwango-js/react-toggle-pattern",
1010
"license": "MIT",
1111
"bugs": {
12-
"url": "https://github.com/azu/react-toggle-pattern/issues"
12+
"url": "https://github.com/dwango-js/react-toggle-pattern/issues"
1313
},
1414
"files": [
1515
"src/",
@@ -55,4 +55,4 @@
5555
"react": ">=15.0.2"
5656
},
5757
"dependencies": {}
58-
}
58+
}

0 commit comments

Comments
 (0)