v1.0.1
{ | ||
"name": "is-asn", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Check if a string is an ASN", | ||
"license": "Unlicense", | ||
"repository": "https://gitlab.lelux.fi/TelcoDB/libs/is-asn.git", | ||
... | ... | @@ -11,6 +11,6 @@ |
"url": "https://telcodb.net/" | ||
}, | ||
"dependencies": { | ||
"asn-regex": "https://gitlab.lelux.fi/TelcoDB/libs/asn-regex.git#1.0.0" | ||
"asn-regex": "^1.0.0" | ||
} | ||
} |
Please register or sign in to comment