Comparing version 0.5.15 to 0.5.16
{ | ||
"name": "salad", | ||
"main": "build/salad.js", | ||
"version": "0.5.15", | ||
"version": "0.5.16", | ||
"homepage": "https://github.com/komola/salad", | ||
@@ -6,0 +6,0 @@ "authors": [ |
@@ -265,4 +265,3 @@ (function() { | ||
this.metadata().app.use(express.cookieParser()); | ||
this.metadata().app.use(express.json()); | ||
this.metadata().app.use(express.urlencoded()); | ||
this.metadata().app.use(express.bodyParser()); | ||
this.metadata().app.use(express.methodOverride()); | ||
@@ -269,0 +268,0 @@ if (Salad.env === "test") { |
{ | ||
"name": "salad", | ||
"main": "./index.js", | ||
"version": "0.5.15", | ||
"version": "0.5.16", | ||
"description": "", | ||
@@ -6,0 +6,0 @@ "homepage": "http://github.com/komola/salad", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
391471
5812