@zodash/open-file
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.1.1](https://github.com/zcorky/zodash/compare/@zodash/open-file@0.1.0...@zodash/open-file@0.1.1) (2021-09-22) | ||
**Note:** Version bump only for package @zodash/open-file | ||
# [0.1.0](https://github.com/zcorky/zodash/compare/@zodash/open-file@0.0.4...@zodash/open-file@0.1.0) (2021-06-14) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@zodash/open-file", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Open file dialog to select file in browser", | ||
@@ -60,3 +60,5 @@ "keywords": [ | ||
"scripts": { | ||
"build": "tsc", | ||
"build": "yarn clean && tsc", | ||
"watch": "yarn clean && tsc -w", | ||
"clean": "rm -rf lib", | ||
"test": "jest -w 1", | ||
@@ -68,3 +70,3 @@ "coverage": "codecov" | ||
}, | ||
"gitHead": "8c283da07392b4a499859f1261c0ee6af4a4b326" | ||
"gitHead": "94dc8d1577cd67a4cf89884b10c23eb9caeef9f7" | ||
} |
6465