fix: oops, no export (putility.libs.event)

This commit is contained in:
KernelDeimos
2025-02-11 11:23:55 -05:00
parent e49af481ba
commit fa4b38cd02
2 changed files with 2 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ module.exports = {
string: require('./src/libs/string'),
time: require('./src/libs/time'),
smol: require('./src/libs/smol'),
event: require('./src/libs/event'),
},
features: {
EmitterFeature: require('./src/features/EmitterFeature'),

View File

@@ -1,6 +1,6 @@
{
"name": "@heyputer/putility",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {