YarnRemoveSettings.

Package(string, string, string) Method

Summary

remove a package by name, with optional version/tag and scope
Assembly
Cake.Yarn.dll
Namespace
Cake.Yarn
Containing Type
YarnRemoveSettings

Syntax

public YarnRemoveSettings Package(string package, string versionOrTag = null, string scope = null)

Parameters

Name Type Description
package string
versionOrTag string
scope string

Return Value

Type Description
YarnRemoveSettings