Fixed import
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
	"name": "@ztimson/utils",
 | 
						"name": "@ztimson/utils",
 | 
				
			||||||
	"version": "0.14.1",
 | 
						"version": "0.14.2",
 | 
				
			||||||
	"description": "Utility library",
 | 
						"description": "Utility library",
 | 
				
			||||||
	"author": "Zak Timson",
 | 
						"author": "Zak Timson",
 | 
				
			||||||
	"license": "MIT",
 | 
						"license": "MIT",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
import {PromiseProgress} from './promise-progress.ts';
 | 
					import {PromiseProgress} from './promise-progress';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export function download(href: any, name: string) {
 | 
					export function download(href: any, name: string) {
 | 
				
			||||||
	const a = document.createElement('a');
 | 
						const a = document.createElement('a');
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user