[Pkg-javascript-commits] [node-static] 66/151: New version 0.6.0. Related to #57

Tonnerre Lombard tonnerre-guest at moszumanska.debian.org
Tue Jan 7 23:17:59 UTC 2014


This is an automated email from the git hooks/post-receive script.

tonnerre-guest pushed a commit to branch master
in repository node-static.

commit ffda8e387c18e1497580d391b8caf6fab2808c7d
Author: Pablo Cantero <pablo at pablocantero.com>
Date:   Thu Jun 28 12:41:55 2012 -0300

    New version 0.6.0. Related to #57
---
 lib/node-static.js |  2 +-
 package.json       | 20 +++++++++++++-------
 2 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/lib/node-static.js b/lib/node-static.js
index 42ac2a5..6c668b1 100644
--- a/lib/node-static.js
+++ b/lib/node-static.js
@@ -5,7 +5,7 @@ var fs = require('fs'),
     url = require('url'),
     path = require('path');
 
-this.version = [0, 5, 9];
+this.version = [0, 6, 0];
 
 var mime = require('./node-static/mime');
 var util = require('./node-static/util');
diff --git a/package.json b/package.json
index b1ce2f4..5167e52 100644
--- a/package.json
+++ b/package.json
@@ -4,12 +4,18 @@
   "url"           : "http://github.com/cloudhead/node-static",
   "keywords"      : ["http", "static", "file", "server"],
   "author"        : "Alexis Sellier <self at cloudhead.net>",
-  "contributors"  : [],
-  "licenses"      : ["MIT"],
-  "dependencies"  : [],
-  "lib"           : "lib",
-  "main"          : "./lib/node-static",
-  "version"       : "0.5.9",
-  "directories"   : { "test": "./test" },
+  "contributors"  : [
+		{
+			"name": "Pablo Cantero",
+			"email": "pablo at pablocantero.com"
+		}
+	],
+	"repository": {
+    "type": "git",
+    "url": "http://github.com/cloudhead/node-static"
+  },
+  "license"      : "MIT",
+  "dependencies"  : {},
+  "version"       : "0.6.0",
   "engines"       : { "node": ">= 0.4.1" }
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-static.git



More information about the Pkg-javascript-commits mailing list