Delete .gitignore in resize codec

This commit is contained in:
Ingvar Stepanyan
2019-08-05 15:07:33 +01:00
parent 8e857cd393
commit 7f6404d5a8
2 changed files with 16 additions and 0 deletions

View File

@ -8,6 +8,7 @@ echo "============================================="
(
wasm-pack build
wasm-strip pkg/resize_bg.wasm
rm pkg/.gitignore
)
echo "============================================="
echo "Compiling wasm done"

View File

@ -0,0 +1,15 @@
{
"name": "resize",
"collaborators": [
"Surma <surma@surma.link>"
],
"version": "0.1.0",
"files": [
"resize_bg.wasm",
"resize.js",
"resize.d.ts"
],
"module": "resize.js",
"types": "resize.d.ts",
"sideEffects": "false"
}