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