Update repository links, close #23

This commit is contained in:
yushijinhun 2018-06-30 23:32:08 +08:00
parent cdc06d297c
commit c3215cbab1
No known key found for this signature in database
GPG Key ID: 5BC167F73EA558E4
2 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,9 @@
skinview3d skinview3d
======== ========
[![Travis](https://img.shields.io/travis/to2mbn/skinview3d.svg?style=flat-square)](https://travis-ci.org/to2mbn/skinview3d) [![Travis](https://img.shields.io/travis/bs-community/skinview3d.svg?style=flat-square)](https://travis-ci.org/bs-community/skinview3d)
[![npm](https://img.shields.io/npm/v/skinview3d.svg?style=flat-square)](https://www.npmjs.com/package/skinview3d) [![npm](https://img.shields.io/npm/v/skinview3d.svg?style=flat-square)](https://www.npmjs.com/package/skinview3d)
[![license](https://img.shields.io/badge/license-MIT-yellowgreen.svg?style=flat-square)](https://github.com/to2mbn/skinview3d/blob/master/LICENSE) [![license](https://img.shields.io/badge/license-MIT-yellowgreen.svg?style=flat-square)](https://github.com/bs-community/skinview3d/blob/master/LICENSE)
[![Gitter chat](https://img.shields.io/gitter/room/TechnologyAdvice/Stardust.svg?style=flat-square)](https://gitter.im/skinview3d/Lobby) [![Gitter chat](https://img.shields.io/gitter/room/TechnologyAdvice/Stardust.svg?style=flat-square)](https://gitter.im/skinview3d/Lobby)
Three.js powered Minecraft skin viewer. Three.js powered Minecraft skin viewer.
@ -15,7 +15,7 @@ Three.js powered Minecraft skin viewer.
* Slim arms * Slim arms
# Usage # Usage
[Examples of using the viewer](https://to2mbn.github.io/skinview3d/) [Examples of using the viewer](https://bs-community.github.io/skinview3d/)
```html ```html
<div id="skin_container"></div> <div id="skin_container"></div>
<script> <script>

View File

@ -15,7 +15,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/to2mbn/skinview3d.git" "url": "git+https://github.com/bs-community/skinview3d.git"
}, },
"author": "Haowei Wen <yushijinhun@gmail.com> (https://github.com/yushijinhun)", "author": "Haowei Wen <yushijinhun@gmail.com> (https://github.com/yushijinhun)",
"contributors": [ "contributors": [
@ -26,9 +26,9 @@
], ],
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/to2mbn/skinview3d/issues" "url": "https://github.com/bs-community/skinview3d/issues"
}, },
"homepage": "https://github.com/to2mbn/skinview3d", "homepage": "https://github.com/bs-community/skinview3d",
"dependencies": { "dependencies": {
"three": "^0.92.0" "three": "^0.92.0"
}, },