Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mikermcneil committed Aug 8, 2014
1 parent f8df304 commit e9910d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A skipper adapter to allow uploading files to MongoDB's GridFS",
"main": "index.js",
"scripts": {
"test": "node -e \"require('skipper-adapter-tests')({module: require('./'), uri: 'mongodb://localhost:27017/your-mongodb-name.my-bucket'});\""
"test": "node -e \"require('skipper-adapter-tests')({module: require('./'), uri: process.env.URI});\""
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e9910d3

Please sign in to comment.