We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21d7965 + 0a905db commit d53f978Copy full SHA for d53f978
2 files changed
README.md
@@ -1,3 +1,5 @@
1
# JSComplexity.org
2
3
+[](https://greenkeeper.io/)
4
+
5
[](https://travis-ci.org/jared-stilwell/JSComplexity.org)
package.json
@@ -5,12 +5,12 @@
"private": true,
6
"author": "Jared Stilwell <jared.k.stilwell@gmail.com> (https://github.com/jared-stilwell)",
7
"dependencies": {
8
- "escomplex-js": "0.1.x",
9
- "express": "3.4.x",
+ "escomplex-js": "~1.2.0",
+ "express": "~4.15.2",
10
"forever": "^0.15.1",
11
"hogan-express": "0.5.x",
12
"pub-sub": "0.1.x",
13
- "stylus": "0.39.x"
+ "stylus": "~0.54.5"
14
},
15
"scripts": {
16
"start": "node ./app.js"
0 commit comments