@envio-dev/esbuild-hasher
Advanced tools
Comparing version 0.1.3 to 0.1.4
10
index.js
@@ -40,2 +40,12 @@ #!/usr/bin/env node | ||
minify: true, | ||
platform: "node", | ||
external: [ | ||
"@ryyppy/rescript-promise", | ||
"rescript-envsafe", | ||
"rescript-struct", | ||
"@greenlabs/ppx-spice", | ||
"rescript-express", | ||
"@glennsl/rescript-fetch", | ||
"@rescript/react", | ||
], // hmmmm - rescript.json - bs-dependencies | ||
}); | ||
@@ -42,0 +52,0 @@ |
{ | ||
"name": "@envio-dev/esbuild-hasher", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "simple package that takes a set of file paths and returns a hash of their contents using esbuild", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
3527
72