Updated NPM packages.

This commit is contained in:
Andreas Baldeau 2014-08-10 11:54:25 +02:00
parent 81544b3302
commit 5c341e2e5a
2 changed files with 6 additions and 6 deletions

View file

@ -4,11 +4,11 @@
"license": "MIT",
"dependencies": {},
"devDependencies": {
"body-parser": "~1.3.0",
"body-parser": "~1.6.2",
"compression": "~1.0.6",
"deep-extend": "~0.2.10",
"express": "~4.4.1",
"glob": "~4.0.2",
"express": "~4.8.2",
"glob": "~4.0.5",
"grunt": "~0.4.1",
"grunt-autoprefixer": "~0.7.4",
"grunt-bower-install": "~1.6.0",
@ -32,10 +32,10 @@
"grunt-rev": "~0.1.0",
"grunt-svgmin": "~0.4.0",
"grunt-usemin": "~2.1.1",
"jshint-stylish": "~0.2.0",
"jshint-stylish": "~0.4.0",
"load-grunt-tasks": "~0.4.0",
"ng-di": "~0.1.1",
"time-grunt": "~0.3.2",
"time-grunt": "~0.4.0",
"underscore": "~1.6.0"
},
"engines": {

View file

@ -7,7 +7,7 @@ angular.module('ffffng').factory('app', function (fs, config, _) {
var app = express();
app.use(bodyParser());
app.use(bodyParser.json());
var clientDir = __dirname + '/../client';
var templateDir = __dirname + '/templates';