Skip to content

Commit d53f978

Browse files
author
Jared Stilwell
authored
Merge pull request #5 from escomplex/greenkeeper/initial
Update dependencies to enable Greenkeeper 🌴
2 parents 21d7965 + 0a905db commit d53f978

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# JSComplexity.org
22

3+
[![Greenkeeper badge](https://badges.greenkeeper.io/escomplex/JSComplexity.org.svg)](https://greenkeeper.io/)
4+
35
[![Build Status](https://travis-ci.org/jared-stilwell/JSComplexity.org.svg?branch=master)](https://travis-ci.org/jared-stilwell/JSComplexity.org)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"private": true,
66
"author": "Jared Stilwell <jared.k.stilwell@gmail.com> (https://github.com/jared-stilwell)",
77
"dependencies": {
8-
"escomplex-js": "0.1.x",
9-
"express": "3.4.x",
8+
"escomplex-js": "~1.2.0",
9+
"express": "~4.15.2",
1010
"forever": "^0.15.1",
1111
"hogan-express": "0.5.x",
1212
"pub-sub": "0.1.x",
13-
"stylus": "0.39.x"
13+
"stylus": "~0.54.5"
1414
},
1515
"scripts": {
1616
"start": "node ./app.js"

0 commit comments

Comments
 (0)