Skip to content

Commit

Permalink
Removed node specific code.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradjc committed Feb 2, 2014
1 parent 7eb0700 commit 46ba181
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "jsIP",
"main": "jsIP.js",
"version": "0.1.0",
"homepage": "https://github.com/bradjc/jsIP",
"authors": [
"Brad Campbell <[email protected]>"
Expand All @@ -10,6 +9,5 @@
"keywords": [
"ipv6",
"address"
],
"license": "MIT"
]
}
1 change: 0 additions & 1 deletion jsIP.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ IP = function (addr, version) {

}

module.exports = IP;

/*
console.log(IP('67::ffff:8a:9c').str());
Expand Down

0 comments on commit 46ba181

Please sign in to comment.