Skip to content

Commit 2665e24

Browse files
authored
Merge pull request #4 from derbyjs/greenkeeper/initial
Update dependencies to enable Greenkeeper 🌴
2 parents ec903b5 + 01cb384 commit 2665e24

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ language: node_js
22
node_js:
33
- 5
44
- 4
5-
- "0.10"
65
before_script:
76
- npm install -g grunt-cli

README.md

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

3+
[![Greenkeeper badge](https://badges.greenkeeper.io/derbyjs/arraydiff.svg)](https://greenkeeper.io/)
4+
35
Diff two arrays, finding inserts, removes, and moves.
46

57
[![Build Status](https://travis-ci.org/derbyjs/arraydiff.svg?branch=master)](https://travis-ci.org/derbyjs/arraydiff)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"expect.js": "^0.3.1",
1717
"jshint": "^2.8.0",
18-
"mocha": "^2.3.4"
18+
"mocha": "^4.0.1"
1919
},
2020
"optionalDependencies": {},
2121
"bugs": {

0 commit comments

Comments
 (0)