iterate version
This commit is contained in:
parent
646e864e6f
commit
f09062c0cc
11
package.json
11
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "tld-enum",
|
||||
"version": "1.0",
|
||||
"version": "1.0.4",
|
||||
"description": "Lists of every ICANN TLD in formats that can be natively compiled in various language targets",
|
||||
"main": "formats/js/tld-enum.js",
|
||||
"bin": {
|
||||
|
@ -13,10 +13,15 @@
|
|||
"type": "git",
|
||||
"url": "git+https://github.com/katmore/tld-enum.git"
|
||||
},
|
||||
"author": "",
|
||||
"author": "Doug Bird",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/katmore/tld-enum/issues"
|
||||
},
|
||||
"homepage": "https://github.com/katmore/tld-enum#readme"
|
||||
"homepage": "https://github.com/katmore/tld-enum#readme",
|
||||
"dependencies": {
|
||||
"async-request": "^1.2.0",
|
||||
"cheerio": "^1.0.0-rc.2",
|
||||
"request": "^2.83.0"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue