cli: correct package name

This commit is contained in:
Thomas Hobson 2021-02-22 23:39:34 +13:00
parent 1fd3dce31d
commit 2505b89fcf
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
1 changed files with 1 additions and 1 deletions

View File

@ -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');