Move mongoUrl to src/vendor

And add a README to src/vendor
This commit is contained in:
Benjamin Woodruff
2016-03-16 14:54:52 -07:00
parent 836582fdb1
commit 530fad5a58
3 changed files with 9 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
import MongoCollection from './MongoCollection';
import MongoSchemaCollection from './MongoSchemaCollection';
import {parse as parseUrl, format as formatUrl} from './mongodbUrl';
import {parse as parseUrl, format as formatUrl} from '../../../vendor/mongodbUrl';
let mongodb = require('mongodb');
let MongoClient = mongodb.MongoClient;