Fixed exports
This commit is contained in:
parent
8d3b427c1b
commit
e21273ddb2
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ztimson/utils",
|
||||
"version": "0.13.0",
|
||||
"version": "0.13.1",
|
||||
"description": "Utility library",
|
||||
"author": "Zak Timson",
|
||||
"license": "MIT",
|
||||
|
@ -3,7 +3,7 @@ export * from './aset';
|
||||
export * from './download';
|
||||
export * from './emitter';
|
||||
export * from './errors';
|
||||
export * from './http.ts';
|
||||
export * from './http';
|
||||
export * from './logger';
|
||||
export * from './math';
|
||||
export * from './misc';
|
||||
@ -11,4 +11,4 @@ export * from './objects';
|
||||
export * from './promise-progress';
|
||||
export * from './string';
|
||||
export * from './time';
|
||||
export * from './upload.ts';
|
||||
export * from './upload';
|
||||
|
Loading…
Reference in New Issue
Block a user