@zodash/open-file
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.0.4](https://github.com/zcorky/zodash/compare/@zodash/open-file@0.0.3...@zodash/open-file@0.0.4) (2021-03-25) | ||
**Note:** Version bump only for package @zodash/open-file | ||
## [0.0.3](https://github.com/zcorky/zodash/compare/@zodash/open-file@0.0.2...@zodash/open-file@0.0.3) (2021-03-23) | ||
@@ -8,0 +16,0 @@ |
@@ -51,2 +51,1 @@ "use strict"; | ||
exports.default = openFile; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@zodash/open-file", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Open file dialog to select file in browser", | ||
@@ -15,4 +15,3 @@ "keywords": [ | ||
"directories": { | ||
"lib": "lib", | ||
"test": "__tests__" | ||
"lib": "lib" | ||
}, | ||
@@ -62,3 +61,3 @@ "files": [ | ||
"scripts": { | ||
"tsc": "tsc", | ||
"build": "tsc", | ||
"test": "jest -w 1", | ||
@@ -70,3 +69,3 @@ "coverage": "codecov" | ||
}, | ||
"gitHead": "36ae103b292f402d459b7c9eb6e63fe6ea93eb2b" | ||
"gitHead": "bd85904bdf3094ed8d65df0fa57c695c74d4dc87" | ||
} |
5518
6