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

Fix link to breaking changes doc #77

Merged
merged 4 commits into from
Aug 14, 2017
Merged

Fix link to breaking changes doc #77

merged 4 commits into from
Aug 14, 2017

Conversation

jkrems
Copy link
Collaborator

@jkrems jkrems commented Aug 14, 2017

No description provided.

Copy link

@saumitrab saumitrab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

- '4'
before_install:
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No longer needed w/o 0.10

- '4'
before_install:
- npm install -g npm@latest-2
before_deploy:
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No longer needed with nlm 3

'...just 100+ ms later',
times[2] - times[1] > 100);
'...just 100+ ms later (' + times[2] + ' - ' + times[0] + ' > 100)',
times[2] - times[0] > 100);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The thing we know is 100+ms earlier is the first request, not the 2nd.

Copy link

@saumitrab saumitrab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@jkrems jkrems merged commit d4b3d93 into master Aug 14, 2017
@jkrems jkrems deleted the jk-fix-link branch August 14, 2017 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants