7 lines
162 B
C#
7 lines
162 B
C#
namespace Needle.Engine
|
|
{
|
|
public static class NpmCommands
|
|
{
|
|
public const string SetDefaultNpmRegistry = "npm set registry https://registry.npmjs.org";
|
|
}
|
|
} |