@zodash/open-file
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.0.3](https://github.com/zcorky/zodash/compare/@zodash/open-file@0.0.2...@zodash/open-file@0.0.3) (2021-03-23) | ||
**Note:** Version bump only for package @zodash/open-file | ||
## [0.0.2](https://github.com/zcorky/zodash/compare/@zodash/open-file@0.0.1...@zodash/open-file@0.0.2) (2021-03-23) | ||
@@ -8,0 +16,0 @@ |
@@ -10,3 +10,3 @@ "use strict"; | ||
function openFile(options) { | ||
return new Promise(resolve => { | ||
return new Promise((resolve) => { | ||
const input = document.createElement('input'); | ||
@@ -35,3 +35,2 @@ // | ||
} | ||
; | ||
function mount() { | ||
@@ -38,0 +37,0 @@ document.body.appendChild(input); |
{ | ||
"name": "@zodash/open-file", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Open file dialog to select file in browser", | ||
@@ -68,3 +68,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "670099dfcb70d1aeb4f4bce9a1fb019a1aedcfd9" | ||
"gitHead": "36ae103b292f402d459b7c9eb6e63fe6ea93eb2b" | ||
} |
Sorry, the diff of this file is not supported yet
6800
7
80