Compare commits

..

No commits in common. "master" and "1.0.1" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View file

@ -1,9 +1,8 @@
{ {
"name": "elevent", "name": "elevent",
"version": "1.0.2", "version": "1.0.1",
"main": "src/Elevent.mjs", "main": "src/Elevent.mjs",
"type": "module", "type": "module",
"license": "GPL-3.0-or-later",
"exports": { "exports": {
".": { ".": {
"import": { "import": {

View file

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