From ad68436cc904bd4a7f0552b2bfa23f1a3d2e3427 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 30 May 2019 07:40:26 -0700 Subject: [PATCH] Looks like webassembly-js-api package no longer needed! Closes #1565 --- crates/typescript-tests/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/typescript-tests/package.json b/crates/typescript-tests/package.json index f921d933d..a1fb12979 100644 --- a/crates/typescript-tests/package.json +++ b/crates/typescript-tests/package.json @@ -3,7 +3,6 @@ "tsc": "tsc" }, "devDependencies": { - "@types/webassembly-js-api": "0.0.2", "typescript": "^3.3.3333" } }