Clarify output files in package.json

This commit is contained in:
Wilson Lin 2018-08-22 03:07:48 +12:00
parent 822b4f3eba
commit d0dae68eb0
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,9 @@
"types": "out/main.d.js",
"main": "out/hyperbuild.em.js",
"files": [
"out/**"
"out/hyperbuild.em.js",
"out/hyperbuild.em.wasm",
"out/main.d.ts"
],
"scripts": {
"clean": "rm -rf tmp out",