Skip to content

Commit

Permalink
Additional cleanup for outmoded#44
Browse files Browse the repository at this point in the history
  • Loading branch information
Eran Hammer authored and Myles Borins committed Mar 31, 2015
1 parent 19c3e09 commit 7fd06ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/version.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
// Load modules

var Pkg = require('../package.json');


// Declare internals

var internals = {
response: {
version: require('../package.json').version
version: Pkg.version
}
};

Expand Down

0 comments on commit 7fd06ad

Please sign in to comment.