Eloquent\Composer\NpmBridge\NpmClient::update PHP Метод

update() публичный Метод

Update NPM dependencies for the project at the supplied path.
public update ( string | null $path = null )
$path string | null The path to the NPM project, or null to use the current working directory.
    public function update($path = null)
    {
        $this->executeNpm(array('update'), $path);
    }