mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
Add type definitions and update files in package.json
This commit is contained in:
parent
dcc1700cef
commit
40f504e933
1 changed files with 2 additions and 0 deletions
|
|
@ -7,12 +7,14 @@
|
||||||
"files": [
|
"files": [
|
||||||
"Readme.md",
|
"Readme.md",
|
||||||
"LICENSE",
|
"LICENSE",
|
||||||
|
"v86.d.ts",
|
||||||
"build/libv86*.js",
|
"build/libv86*.js",
|
||||||
"build/libv86*.js.map",
|
"build/libv86*.js.map",
|
||||||
"build/*.mjs",
|
"build/*.mjs",
|
||||||
"build/v86*.wasm"
|
"build/v86*.wasm"
|
||||||
],
|
],
|
||||||
"main": "build/libv86.mjs",
|
"main": "build/libv86.mjs",
|
||||||
|
"types": "v86.d.ts",
|
||||||
"repository": "github:copy/v86",
|
"repository": "github:copy/v86",
|
||||||
"type": "module"
|
"type": "module"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue