From f4a4174e9401636787a79552dcf6fa45fd61ca60 Mon Sep 17 00:00:00 2001 From: Federico Brigante Date: Mon, 22 Feb 2021 00:02:41 -0600 Subject: [PATCH] Meta updates --- license | 2 +- package.json | 11 ++++++----- readme.md | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/license b/license index 4f98a21..e342b5c 100644 --- a/license +++ b/license @@ -1,6 +1,6 @@ MIT License -Copyright (c) Federico Brigante (bfred.it) +Copyright (c) Federico Brigante (https://fregante.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/package.json b/package.json index ac0933c..8b75800 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,8 @@ ], "repository": "fregante/github-url-detection", "license": "MIT", - "author": "Federico Brigante (bfred.it)", + "author": "Federico Brigante (https://fregante.com)", + "sideEffects": false, "exports": { "import": "./esm/index.js", "require": "./index.js" @@ -69,16 +70,16 @@ } }, "ava": { + "environmentVariables": { + "TS_NODE_COMPILER_OPTIONS": "{\"esModuleInterop\": true}" + }, "extensions": [ "ts" ], "require": [ "esm", "ts-node/register" - ], - "environmentVariables": { - "TS_NODE_COMPILER_OPTIONS": "{\"esModuleInterop\": true}" - } + ] }, "devDependencies": { "@babel/polyfill": "^7.12.1", diff --git a/readme.md b/readme.md index df63aee..8a9a06e 100644 --- a/readme.md +++ b/readme.md @@ -77,4 +77,4 @@ if (pageDetect.isOrganizationProfile()) { ## License -MIT © [Federico Brigante](https://bfred.it) +MIT © [Federico Brigante](https://fregante.com)