Skip to content

Commit

Permalink
[package] link to buffalo mongo branch (not on npm yet), don't test o…
Browse files Browse the repository at this point in the history
…n 0.4.x (not compatible at the moment)
  • Loading branch information
marcello3d committed Dec 19, 2011
1 parent 53b8ff9 commit 2c35aed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,4 +1,3 @@
language: node_js
node_js:
- 0.4
- 0.6
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -8,12 +8,12 @@
"main": "mongolian.js",
"keywords": ["mongo", "mongodb", "database", "db", "nosql"],
"dependencies": {
"buffalo": "0.1.1",
"buffalo": "https://github.com/marcello3d/node-buffalo/tarball/mongo",
"waiter": "0.1.1",
"taxman": "0.1.1"
},
"devDependencies": {
"nodeunit": ">=0.6.2"
"nodeunit": "0.6.4"
},
"scripts": {
"test": "node_modules/.bin/nodeunit test"
Expand Down

0 comments on commit 2c35aed

Please sign in to comment.