Skip to content

Commit

Permalink
Meta updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Feb 22, 2021
1 parent 2d7e448 commit f4a4174
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion license
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) Federico Brigante <opensource@bfred.it> (bfred.it)
Copyright (c) Federico Brigante <me@fregante.com> (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:

Expand Down
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
],
"repository": "fregante/github-url-detection",
"license": "MIT",
"author": "Federico Brigante <opensource@bfred.it> (bfred.it)",
"author": "Federico Brigante <me@fregante.com> (https://fregante.com)",
"sideEffects": false,
"exports": {
"import": "./esm/index.js",
"require": "./index.js"
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ if (pageDetect.isOrganizationProfile()) {

## License

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

0 comments on commit f4a4174

Please sign in to comment.