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