From e57822d2de2e43b8254d866fcddc03c0c5be139c Mon Sep 17 00:00:00 2001 From: Bruno Dutra Date: Sun, 1 Nov 2020 21:05:51 +0100 Subject: [PATCH] add missing files for publishing --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 39cf3b8..e75befc 100644 --- a/package.json +++ b/package.json @@ -33,10 +33,11 @@ "files": [ "dist/nodejs/phasor_bg.wasm", "dist/nodejs/phasor.js", - "dist/nodejs/phasor_bg.js", + "dist/bundler/phasor_bg.js", "dist/bundler/phasor_bg.wasm", - "dist/bundler/phasor.js", - "dist/bundler/phasor.d.ts" + "dist/bundler/phasor_bg.wasm.d.ts", + "dist/bundler/phasor.d.ts", + "dist/bundler/phasor.js" ], "devDependencies": { "@types/jest": "^26.0.10",