Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed Jan 3, 2015
1 parent 00f2328 commit ef7e0cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/dev-ip.js
Expand Up @@ -30,7 +30,7 @@ function getIp() {
});

return matches;
};
}

module.exports = getIp;

Expand All @@ -40,5 +40,5 @@ if (require.main === module) {
if (!out.length) {
return console.log(messages.error);
}
console.log(getIp("cli"));
console.log(out);
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "dev-ip",
"description": "Find a suitable IP host to view local websites on.",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/shakyshane/dev-ip",
"author": {
"name": "Shane Osbourne",
Expand Down

0 comments on commit ef7e0cc

Please sign in to comment.