Fixed export
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
	"name": "@ztimson/utils",
 | 
						"name": "@ztimson/utils",
 | 
				
			||||||
	"version": "0.7.0",
 | 
						"version": "0.7.1",
 | 
				
			||||||
	"description": "Utility library",
 | 
						"description": "Utility library",
 | 
				
			||||||
	"author": "Zak Timson",
 | 
						"author": "Zak Timson",
 | 
				
			||||||
	"license": "MIT",
 | 
						"license": "MIT",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
export * from './array';
 | 
					export * from './array';
 | 
				
			||||||
export * from './aset';
 | 
					export * from './aset';
 | 
				
			||||||
export * from './download.ts';
 | 
					export * from './download';
 | 
				
			||||||
export * from './emitter';
 | 
					export * from './emitter';
 | 
				
			||||||
export * from './errors';
 | 
					export * from './errors';
 | 
				
			||||||
export * from './logger';
 | 
					export * from './logger';
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user