Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitde334bb

Browse files
committed
Merge pull request#5 from nexdrew/update-repo
Update repo to yargs org
2 parents6b08eb3 +39479df commitde334bb

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
55
Inspired by[yosay](https://github.com/yeoman/yosay), which was in turn inspired by[cowsay](https://en.wikipedia.org/wiki/Cowsay).
66

7-
[![Build Status](https://travis-ci.org/bcoe/yarsay.svg)](https://travis-ci.org/bcoe/yarsay)
8-
[![Coverage Status](https://coveralls.io/repos/bcoe/yarsay/badge.svg?branch=)](https://coveralls.io/r/bcoe/yarsay?branch=)
7+
[![Build Status](https://travis-ci.org/yargs/yarsay.svg)](https://travis-ci.org/yargs/yarsay)
8+
[![Coverage Status](https://coveralls.io/repos/yargs/yarsay/badge.svg?branch=)](https://coveralls.io/r/yargs/yarsay?branch=)
99
[![NPM version](https://img.shields.io/npm/v/yarsay.svg)](https://www.npmjs.com/package/yarsay)
1010

1111
<imgwidth="500"src="screen.png">

‎package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"repository": {
1515
"type":"git",
16-
"url":"http://github.com/bcoe/yarsay.git"
16+
"url":"http://github.com/yargs/yarsay.git"
1717
},
1818
"keywords": [
1919
"yargs",
@@ -25,21 +25,21 @@
2525
"author":"Ben Coe <ben@npmjs.com>",
2626
"license":"ISC",
2727
"devDependencies": {
28-
"babel-cli":"^6.2.0",
29-
"babel-core":"^6.2.1",
30-
"babel-preset-es2015":"^6.1.18",
28+
"babel-cli":"^6.3.17",
29+
"babel-core":"^6.3.26",
30+
"babel-preset-es2015":"^6.3.13",
3131
"chai":"^3.4.1",
32-
"coveralls":"^2.11.4",
32+
"coveralls":"^2.11.6",
3333
"mocha":"^2.3.4",
34-
"nyc":"^4.0.0",
34+
"nyc":"^5.1.1",
3535
"standard":"^5.4.1"
3636
},
3737
"dependencies": {
38-
"bluebird":"^3.0.5",
38+
"bluebird":"^3.1.1",
3939
"chalk":"^1.1.1",
4040
"cliui":"^3.1.0",
4141
"get-stdin":"^5.0.1",
4242
"window-size":"^0.1.4",
43-
"yargs":"^3.30.0"
43+
"yargs":"^3.31.0"
4444
}
4545
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp