From 5a38e1a413224724336ee878d257c8b6cb507504 Mon Sep 17 00:00:00 2001 From: Dustin Diaz Date: Sun, 23 Mar 2014 15:15:53 -0700 Subject: [PATCH] package fixes --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 783e27c..3e1c2fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-limiter", - "version": "1.0.1", + "version": "1.0.0", "description": "rate limiter middleware for express applications", "main": "index.js", "author": "Dustin Diaz", @@ -10,7 +10,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/ded/express-limiter.git" + "url": "git://github.com/ded/express-limiter.git" }, "bugs": { "url": "https://github.com/ded/express-limiter/issues"