Eloquent\Composer\NpmBridge\NpmClient::shrinkwrap PHP Method

shrinkwrap() public method

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