Skip to content

Commit a0befdb

Browse files
committedApr 19, 2024
Meta tweaks
1 parent c964e10 commit a0befdb

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed
 

‎.github/funding.yml

-4
This file was deleted.

‎license

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.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

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
},
1313
"type": "module",
1414
"exports": "./index.js",
15+
"sideEffects": false,
1516
"engines": {
1617
"node": ">=18"
1718
},

0 commit comments

Comments
 (0)
Please sign in to comment.