Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

Second assignment, convert route /version to a plugin #73

Closed
wants to merge 3 commits into from

Conversation

wvides
Copy link

@wvides wvides commented Mar 24, 2015

Closes #43

@@ -2,7 +2,7 @@

var Hapi = require('hapi');
var Hoek = require('hoek');
var Package = require('../package.json');
var version = require('./version');

Choose a reason for hiding this comment

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

Capitalize Version according to style guide

@wvides
Copy link
Author

wvides commented Mar 24, 2015

Thanks for the feedback! :)



// Declare internals

var internals = {};
var internals = {
version : Version,

Choose a reason for hiding this comment

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

This is not needed.

@hueniverse hueniverse modified the milestone: 0.0.2 Mar 24, 2015
@hueniverse hueniverse closed this Mar 24, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Convert to a plugin
4 participants