We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eb0700 commit 46ba181Copy full SHA for 46ba181
bower.json
@@ -1,7 +1,6 @@
1
{
2
"name": "jsIP",
3
"main": "jsIP.js",
4
- "version": "0.1.0",
5
"homepage": "https://github.com/bradjc/jsIP",
6
"authors": [
7
"Brad Campbell <bradjc5@gmail.com>"
@@ -10,6 +9,5 @@
10
9
"keywords": [
11
"ipv6",
12
"address"
13
- ],
14
- "license": "MIT"
+ ]
15
}
jsIP.js
@@ -306,7 +306,6 @@ IP = function (addr, version) {
306
307
308
309
-module.exports = IP;
310
311
/*
312
console.log(IP('67::ffff:8a:9c').str());
0 commit comments