2
0
Fork 0

Upped versions and fixed lint warnings

This commit is contained in:
Willem 2015-06-28 17:44:01 +02:00
parent 7217f8617a
commit f1e8e001d9
6 changed files with 52 additions and 34 deletions

View file

@ -7,10 +7,10 @@
"start": "node example.js"
},
"dependencies": {
"async": "~0.9.0",
"bootstrap": "^3.3.2",
"express": "~4.11.0",
"flot": "^0.8.0-alpha",
"ejs": "^2.3.1"
"async": "1.2.x",
"bootstrap": "3.3.x",
"express": "4.11.x",
"flot": "0.8.x",
"ejs": "2.3.x"
}
}