Skip to content

Conversation

jasonthomas
Copy link
Member

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 35e8d77 on jasonthomas:version-endpoint into b97779d on mozilla:master.

fs.stat(version, (err, stats) => {
if (err) {
res.setHeader('Content-Type', 'text/plain');
res.sendStatus(404);

Choose a reason for hiding this comment

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

@muffinresearch
Copy link
Contributor

Few lint nits that I've mostly outlined. You can run npm run lint locally to check them.

@jasonthomas
Copy link
Member Author

Thanks for the review. I've made the recommended changes.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling d22f460 on jasonthomas:version-endpoint into f1e3d12 on mozilla:master.

@muffinresearch
Copy link
Contributor

r+

@jasonthomas jasonthomas merged commit 0112202 into mozilla:master May 26, 2016
@jasonthomas jasonthomas deleted the version-endpoint branch May 26, 2016 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add in a __version__ end point
4 participants