Skip to content

Commit

Permalink
Update username
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxiu committed Jun 21, 2019
1 parent f9391b7 commit b04ea43
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let package = Package(
.library(name: "Crayon", targets: ["Crayon"]),
],
dependencies: [
.package(url: "https://github.com/jianstm/Rainbow", .upToNextMajor(from: "0.0.1")),
.package(url: "https://github.com/luoxiu/Rainbow", .upToNextMajor(from: "0.0.1")),
],
targets: [
.target(name: "Crayon", dependencies: ["Rainbow"]),
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Crayon

<div>
<a href="https://travis-ci.org/jianstm/Crayon">
<img src="https://travis-ci.org/jianstm/Crayon.svg?branch=master">
<a href="https://travis-ci.org/luoxiu/Crayon">
<img src="https://travis-ci.org/luoxiu/Crayon.svg?branch=master">
</a>
<a href="https://github.com/jianstm/Crayon/releases">
<img src="https://img.shields.io/github/tag/jianstm/crayon.svg">
<a href="https://github.com/luoxiu/Crayon/releases">
<img src="https://img.shields.io/github/tag/luoxiu/crayon.svg">
</a>
<img src="https://img.shields.io/badge/platform-iOS%20%7C%20macOS%20%7C%20watchOS%20%7C%20tvOS%20%7C%20Linux-lightgrey.svg">
<img src="https://img.shields.io/github/license/jianstm/crayon.svg">
<img src="https://img.shields.io/github/license/luoxiu/crayon.svg">
</div>
<br>
<br>
Expand Down Expand Up @@ -133,7 +133,7 @@ cy.bg(.fuchsia)

```swift
dependencies: [
.package(url: "https://github.com/jianstm/Crayon", .upToNextMajor(from: "0.0.1"))
.package(url: "https://github.com/luoxiu/Crayon", .upToNextMajor(from: "0.0.1"))
]
```

Expand All @@ -144,7 +144,7 @@ Inspired by the awesome javascript library [chalk](https://github.com/chalk/chal

## Related

- [Rainbow](https://github.com/jianstm/Rainbow) - 🌈 Color conversion and manipulation library for Swift with no dependence on UIKit/AppKit.
- [Rainbow](https://github.com/luoxiu/Rainbow) - 🌈 Color conversion and manipulation library for Swift with no dependence on UIKit/AppKit.

## Contribute

Expand Down

0 comments on commit b04ea43

Please sign in to comment.