From f563d5e2e7f8f393ee3325a26c91712d9eef1c0d Mon Sep 17 00:00:00 2001 From: srderson Date: Thu, 8 Jan 2015 15:59:50 -0500 Subject: [PATCH] Update repository URL --- examples/express-3/package.json | 2 +- package.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/express-3/package.json b/examples/express-3/package.json index 1e38ded..b1c62dc 100644 --- a/examples/express-3/package.json +++ b/examples/express-3/package.json @@ -6,6 +6,6 @@ "dependencies": { "express": "3.5.1", "jade": "1.8.2", - "jade-static-cache": "git://github.com/sheehana/jade-static-cache.git" + "jade-static-cache": "git://github.com/srderson/jade-static-cache.git" } } \ No newline at end of file diff --git a/package.json b/package.json index bf6753f..e96e9d0 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "jade-static-cache", - "version": "0.0.2", + "version": "0.0.3", "description": "Middleware combined with Jade filters to provide frontend caching of static files.", "main": "index.js", "repository": { "type": "git", - "url": "https://github.com/sheehana/jade-static-cache" + "url": "https://github.com/srderson/jade-static-cache" }, "keywords": [ "cache", @@ -21,9 +21,9 @@ "author": "Sheehan Anderson ", "license": "MIT", "bugs": { - "url": "https://github.com/sheehana/jade-static-cache/issues" + "url": "https://github.com/srderson/jade-static-cache/issues" }, - "homepage": "https://github.com/sheehana/jade-static-cache", + "homepage": "https://github.com/srderson/jade-static-cache", "dependencies": { "buffer-crc32": "0.2.5" }