You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/msvs/msi/product.wxs
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -65,8 +65,8 @@
65
65
66
66
<FeatureId="npm"
67
67
Level="1"
68
-
Title="NPM package manager"
69
-
Description="Install NPM, the recommended package manager for Node.js.">
68
+
Title="npm package manager"
69
+
Description="Install npm, the recommended package manager for Node.js.">
70
70
<ComponentRefId="NpmCmdScript"/>
71
71
<ComponentRefId="NpmBashScript"/>
72
72
<ComponentRefId="NpmConfigurationFile"/>
@@ -83,18 +83,18 @@
83
83
<FeatureId="EnvironmentPath"
84
84
Level="1"
85
85
Title="Add to PATH"
86
-
Description="Add Node, NPM, and modules that were globally installed by NPM to the PATH environment variable.">
86
+
Description="Add Node, npm, and modules that were globally installed by npm to the PATH environment variable.">
87
87
<FeatureId="EnvironmentPathNode"
88
88
Level="1"
89
-
Title="Node and NPM"
90
-
Description="Add Node and NPM (if installed) to the PATH environment variable.">
89
+
Title="Node and npm"
90
+
Description="Add Node and npm (if installed) to the PATH environment variable.">
91
91
<ComponentRefId="EnvironmentPathNode"/>
92
92
</Feature>
93
93
94
94
<FeatureId="EnvironmentPathNpmModules"
95
95
Level="1"
96
-
Title="NPM modules"
97
-
Description="Add modules that are installed globablly by NPM to the PATH environment variable. This option works for the current user only; other users need to update their PATH manually.">
96
+
Title="npm modules"
97
+
Description="Add modules that are installed globally by npm to the PATH environment variable. This option works for the current user only; other users need to update their PATH manually.">
0 commit comments