fix: add license headers and package reference

This commit is contained in:
Victor Westerlund 2024-09-18 14:27:01 +02:00
parent 96c3dfc868
commit 475866fad9
2 changed files with 4 additions and 1 deletions

View file

@ -3,6 +3,7 @@
"version": "1.0.1",
"main": "src/Elevent.mjs",
"type": "module",
"license": "GPL-3.0-or-later",
"exports": {
".": {
"import": {

View file

@ -1,3 +1,4 @@
// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-v3-or-Later
export class Elevent {
_type;
_callback;
@ -100,3 +101,4 @@ export class Elevent {
this._boundElements = new WeakSet();
}
}
// @license-end