Skip to content
This repository has been archived by the owner on Oct 23, 2018. It is now read-only.

Update dependencies to enable Greenkeeper 🌴 #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

# Yellfy CLI

[![Greenkeeper badge](https://badges.greenkeeper.io/mrmlnc/yellfy-cli.svg)](https://greenkeeper.io/)

> Command line utility to install [Yellfy](https://github.com/mrmlnc/yellfy).

[![Travis](https://img.shields.io/travis/mrmlnc/yellfy-cli.svg?style=flat-square)](https://travis-ci.org/mrmlnc/yellfy-cli)
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
"dependencies": {
"chalk": "^1.1.1",
"elegant-status": "^1.0.0",
"fs-extra": "^0.26.4",
"fs-extra": "^3.0.0",
"meow": "^3.7.0",
"promise": "^7.1.1",
"read-pkg-up": "^1.0.1"
"read-pkg-up": "^2.0.0"
},
"devDependencies": {
"mocha": "^2.3.4",
"mocha": "^3.3.0",
"rimraf": "^2.5.0",
"xo": "^0.10.1"
"xo": "^0.18.2"
},
"xo": {
"space": 2,
Expand Down