Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 81eea09

Browse files
greenkeeper[bot]lukechilds
authored andcommittedJul 30, 2017
Update dependencies to enable Greenkeeper 🌴 (#1)
* chore(package): update dependencies * docs(readme): add Greenkeeper badge
1 parent 988c161 commit 81eea09

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
 

‎README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# this
22

3+
[![Greenkeeper badge](https://badges.greenkeeper.io/lukechilds/root-module.svg)](https://greenkeeper.io/)
4+
35
> Traverses up the directory tree and returns the first module found
46
57
[![Build Status](https://travis-ci.org/lukechilds/this.svg?branch=master)](https://travis-ci.org/lukechilds/this)

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
"pkg-dir": "^2.0.0"
3232
},
3333
"devDependencies": {
34-
"ava": "^0.19.1",
34+
"ava": "^0.21.0",
3535
"coveralls": "^2.13.1",
3636
"eslint-config-xo-lukechilds": "^1.0.0",
37-
"nyc": "^10.3.2",
37+
"nyc": "^11.0.3",
3838
"xo": "^0.19.0"
3939
}
4040
}

0 commit comments

Comments
 (0)
Please sign in to comment.