@envio-dev/esbuild-hasher
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@envio-dev/esbuild-hasher", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "simple package that takes a set of file paths and returns a hash of their contents using esbuild", | ||
"main": "index.js", | ||
"bin": { | ||
"esbuild-hasher": "./index.js" | ||
}, | ||
"scripts": { | ||
@@ -10,3 +13,7 @@ "test": "echo \"Error: no test specified\" && exit 1", | ||
}, | ||
"keywords": [], | ||
"keywords": [ | ||
"esbuild", | ||
"hash", | ||
"npm" | ||
], | ||
"author": "denhampreen", | ||
@@ -13,0 +20,0 @@ "license": "ISC", |
3217