From 2505b89fcfb76e83ee9d8fabf931c38af411879b Mon Sep 17 00:00:00 2001 From: Thomas Hobson Date: Mon, 22 Feb 2021 23:39:34 +1300 Subject: [PATCH] cli: correct package name --- cli/commands/execute.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/commands/execute.js b/cli/commands/execute.js index 703213d..4fbcbc5 100644 --- a/cli/commands/execute.js +++ b/cli/commands/execute.js @@ -1,4 +1,4 @@ -const {PistonEngine} = require('piston-api-wrapper'); +const {PistonEngine} = require('piston-api-client'); const fs = require('fs'); const path = require('path'); const chalk = require('chalk');