Compare commits

...

4 Commits

Author SHA1 Message Date
AJ ONeal 748bb40ffb v1.2.7 2017-10-28 22:07:12 -06:00
AJ ONeal f90149784f Merge branch 'master' of ssh://git.coolaj86.com:22042/coolaj86/dns-suite.js 2017-10-28 22:07:09 -06:00
AJ ONeal 74f7b5b1ff v1.2.6 2017-10-28 22:06:56 -06:00
AJ ONeal 3b0e1de7a2 update urls 2017-10-28 22:06:34 -06:00
1 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,9 @@
{ {
"name": "dns-suite", "name": "dns-suite",
"version": "1.2.5", "version": "1.2.7",
"description": "testing dns", "description": "testing dns",
"main": "dns.js", "main": "dns.js",
"homepage": "https://git.coolaj86.com:coolaj86/dns-suite.js",
"bin": { "bin": {
"dns-pack.js": "bin/dns-pack.js", "dns-pack.js": "bin/dns-pack.js",
"dns-parse.js": "bin/dns-parse.js", "dns-parse.js": "bin/dns-parse.js",
@ -14,7 +15,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://git.coolaj86.com/coolaj86/dns-suite.js.git" "url": "git://git.coolaj86.com/coolaj86/dns-suite.js.git"
}, },
"author": "", "author": "",
"license": "(MIT or Apache2)", "license": "(MIT or Apache2)",