Fix Wasm build
This commit is contained in:
@@ -2,8 +2,9 @@
|
||||
"name": "web-gphoto2",
|
||||
"version": "0.1.0",
|
||||
"description": "WebAssembly implementation of gphoto2 and libusb to control DSLR cameras over USB on the Web",
|
||||
"type": "module",
|
||||
"main": "build/camera.js",
|
||||
"exports": {
|
||||
"import": "./build/camera.js"
|
||||
},
|
||||
"types": "build/camera.d.ts",
|
||||
"scripts": {
|
||||
"build:ts": "tsc"
|
||||
|
||||
Reference in New Issue
Block a user