mirror of
https://github.com/UneBaguette/blake3.wasm.git
synced 2026-08-24 00:00:18 +02:00
fix(build): add missing bindgen in files
This commit is contained in:
@@ -55,7 +55,7 @@ build-all:
|
|||||||
import: './bundler/$(CRATE).js',\
|
import: './bundler/$(CRATE).js',\
|
||||||
default: './web/$(CRATE).js'\
|
default: './web/$(CRATE).js'\
|
||||||
}},\
|
}},\
|
||||||
files: ['bundler/', 'web/', 'node/', 'node-esm/', 'index.js', 'index.d.ts', '$(CRATE)_bg.wasm', 'README.md', 'LICENSE'],\
|
files: ['bundler/', 'web/', 'node/', 'node-esm/', 'index.js', 'index.d.ts', '$(CRATE)_bg.wasm', '$(CRATE)_bg.js', 'README.md', 'LICENSE'],\
|
||||||
keywords: ['blake3', 'wasm', 'hash', 'cryptography', 'wasm-bindgen']\
|
keywords: ['blake3', 'wasm', 'hash', 'cryptography', 'wasm-bindgen']\
|
||||||
};\
|
};\
|
||||||
require('fs').writeFileSync('./$(ROOT)/package.json', JSON.stringify(pkg, null, 2) + '\n');"
|
require('fs').writeFileSync('./$(ROOT)/package.json', JSON.stringify(pkg, null, 2) + '\n');"
|
||||||
|
|||||||
Reference in New Issue
Block a user