Skip to content

Commit

Permalink
Fixed package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mape committed Aug 22, 2010
1 parent 58b42e6 commit 2b9912f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,12 +1,12 @@
{
"name" : "connect-assetmanager",
"description" : "Middleware for Connect (node.js) for handling your static assets.",
"version" : "0.0.3",
"version" : "0.0.4",
"author" : "Mathias Pettersson <mape@mape.me>",
"engines" : ["node"],
"directories" : { "lib" : "./lib" },
"main" : "./lib/assetmanager",
"repositories" : [
"repository" : [
{ "type":"git", "url":"http://github.com/mape/connect-assetmanager" }
]
}

0 comments on commit 2b9912f

Please sign in to comment.