Skip to content

Commit

Permalink
Update repository URL
Browse files Browse the repository at this point in the history
  • Loading branch information
srderson committed Jan 8, 2015
1 parent 0e37462 commit f563d5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/express-3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -21,9 +21,9 @@
"author": "Sheehan Anderson <sranderson@gmail.com>",
"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"
}
Expand Down

0 comments on commit f563d5e

Please sign in to comment.