From a257c1587707bddb04f0c52848833b801b6414e0 Mon Sep 17 00:00:00 2001 From: Fernando Date: Sun, 13 Jan 2013 21:25:10 -0300 Subject: [PATCH] Fix package.json --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 95de11e..e78a40a 100644 --- a/package.json +++ b/package.json @@ -2,11 +2,10 @@ "name": "xmlBodyParser", "description": "Parses POST requests with Content-Type: 'application/xml' for consumption in your node app", "version": "0.0.1", - "private": true, "dependencies": { - "express": "3.0.5", "xml2js": ">= 0.2.0" }, + "main": "xmlBodyParser.js", "author": { "name": "Arush Sehgal", "email": "arush@getbrandid.com", @@ -21,4 +20,4 @@ "application/xml", "text/xml" ] -} \ No newline at end of file +}