cli: correct package name
This commit is contained in:
parent
1fd3dce31d
commit
2505b89fcf
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue