Skip to content

Commit

Permalink
Removed $ dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
masylum committed Dec 12, 2010
1 parent 6bcfbc2 commit d4b1d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"author": "Pau Ramon <masylum@gmail.com>", "author": "Pau Ramon <masylum@gmail.com>",
"keywords": ["mongo", "mongodb", "orm", "database", "db"], "keywords": ["mongo", "mongodb", "orm", "database", "db"],
"main": "./index", "main": "./index",
"dependencies": { "mongodb": ">=0.7.9", "funk": ">=0.0.3"}, "dependencies": { "mongodb": ">=0.7.9", "funk": ">=0.0.2"},
"repository" : {"type": "git" , "url": "http://github.com/masylum/mongolia.git" }, "repository" : {"type": "git" , "url": "http://github.com/masylum/mongolia.git" },
"engines": { "node": ">= 0.2.0" } "engines": { "node": ">= 0.2.0" }
} }

0 comments on commit d4b1d5a

Please sign in to comment.