Skip to content

Commit d8e0262

Browse files
authored
Merge pull request loiane#52 from loiane/greenkeeper/initial
Update dependencies to enable Greenkeeper 🌴
2 parents 2b8e9ef + 8fa8f26 commit d8e0262

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Learning JavaScript Data Structures and Algorithms
22
====================================
33

4+
[![Greenkeeper badge](https://badges.greenkeeper.io/loiane/javascript-datastructures-algorithms.svg)](https://greenkeeper.io/)
5+
46
[![Build Status](https://travis-ci.org/loiane/javascript-datastructures-algorithms.svg?branch=third-edition)](https://travis-ci.org/loiane/javascript-datastructures-algorithms)
57
[![codecov](https://codecov.io/gh/loiane/javascript-datastructures-algorithms/branch/third-edition/graph/badge.svg)](https://codecov.io/gh/loiane/javascript-datastructures-algorithms)
68

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"devDependencies": {
5656
"@types/chai": "^4.1.2",
57-
"@types/mocha": "^2.2.48",
57+
"@types/mocha": "^5.0.0",
5858
"babel-cli": "^6.26.0",
5959
"babel-core": "^6.26.0",
6060
"babel-eslint": "^8.2.2",

0 commit comments

Comments
 (0)