Skip to content

Commit 46ba181

Browse files
committed
Removed node specific code.
1 parent 7eb0700 commit 46ba181

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

bower.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "jsIP",
33
"main": "jsIP.js",
4-
"version": "0.1.0",
54
"homepage": "https://github.com/bradjc/jsIP",
65
"authors": [
76
"Brad Campbell <bradjc5@gmail.com>"
@@ -10,6 +9,5 @@
109
"keywords": [
1110
"ipv6",
1211
"address"
13-
],
14-
"license": "MIT"
12+
]
1513
}

jsIP.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,6 @@ IP = function (addr, version) {
306306

307307
}
308308

309-
module.exports = IP;
310309

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

0 commit comments

Comments
 (0)