Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support mongodb-core@3 #760

Merged
merged 1 commit into from
May 30, 2018
Merged

feat: support mongodb-core@3 #760

merged 1 commit into from
May 30, 2018

Conversation

kjin
Copy link
Contributor

@kjin kjin commented May 29, 2018

Fixes #758

This PR is just a version bump for the supported mongodb-core version. I recommend ?w=1 (ignore whitespace) when looking at the diff view.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 29, 2018
@@ -29,7 +29,8 @@ var RESULT_SIZE = 5;

var versions = {
mongodb1: './fixtures/mongodb-core1',
mongodb2: './fixtures/mongodb-core2'
mongodb2: './fixtures/mongodb-core2',
mongodb3: './fixtures/mongodb-core3'

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants