X-Git-Url: http://git.squeep.com/?p=squeep-indieauth-helper;a=blobdiff_plain;f=lib%2Fcommon.js;fp=lib%2Fcommon.js;h=67cb668a751a1c9ac9aaf693880521fbcc26ffc8;hp=789aa65ce2b55db08f177e9c255171c2f0ddaa27;hb=9a3674ec0ab8d8d8afe2d75dabf5ef1807db2d8b;hpb=004d338e7c2e4003de6c0baa2552c27221e2be39 diff --git a/lib/common.js b/lib/common.js index 789aa65..67cb668 100644 --- a/lib/common.js +++ b/lib/common.js @@ -89,7 +89,7 @@ const properURLComponentName = (component) => { hash: 'fragment', protocol: 'scheme', }[component] || component; -} +}; module.exports = {