Skip to content

Commit f4a4174

Browse files
committed
Meta updates
1 parent 2d7e448 commit f4a4174

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

license

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) Federico Brigante <[email protected]> (bfred.it)
3+
Copyright (c) Federico Brigante <[email protected]> (https://fregante.com)
44

55
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:
66

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
],
1313
"repository": "fregante/github-url-detection",
1414
"license": "MIT",
15-
"author": "Federico Brigante <[email protected]> (bfred.it)",
15+
"author": "Federico Brigante <[email protected]> (https://fregante.com)",
16+
"sideEffects": false,
1617
"exports": {
1718
"import": "./esm/index.js",
1819
"require": "./index.js"
@@ -69,16 +70,16 @@
6970
}
7071
},
7172
"ava": {
73+
"environmentVariables": {
74+
"TS_NODE_COMPILER_OPTIONS": "{\"esModuleInterop\": true}"
75+
},
7276
"extensions": [
7377
"ts"
7478
],
7579
"require": [
7680
"esm",
7781
"ts-node/register"
78-
],
79-
"environmentVariables": {
80-
"TS_NODE_COMPILER_OPTIONS": "{\"esModuleInterop\": true}"
81-
}
82+
]
8283
},
8384
"devDependencies": {
8485
"@babel/polyfill": "^7.12.1",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ if (pageDetect.isOrganizationProfile()) {
7777

7878
## License
7979

80-
MIT © [Federico Brigante](https://bfred.it)
80+
MIT © [Federico Brigante](https://fregante.com)

0 commit comments

Comments
 (0)