![dependabot-preview[bot]](/assets/img/avatar_default.png)
Bumps [yargs](https://github.com/yargs/yargs) from 14.2.1 to 15.0.1. - [Release notes](https://github.com/yargs/yargs/releases) - [Changelog](https://github.com/yargs/yargs/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/yargs/commits/v15.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
19 lines
399 B
JSON
19 lines
399 B
JSON
{
|
|
"name": "xkcd-clone",
|
|
"version": "1.1.1",
|
|
"description": "Clone xkcd comics.",
|
|
"main": "./lib/index.js",
|
|
"bin": {
|
|
"xkcd-clone": "./bin/index.js"
|
|
},
|
|
"license": "MIT",
|
|
"author": "Henrique Dias <hacdias@gmail.com>",
|
|
"dependencies": {
|
|
"fs-extra": "^8.1.0",
|
|
"node-fetch": "^2.6.0",
|
|
"tachyons": "^4.11.1",
|
|
"tachyons-columns": "^1.0.5",
|
|
"yargs": "^15.0.1"
|
|
}
|
|
}
|