@fredlackey/devutils 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fredlackey/devutils",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "A globally-installable Node.js CLI toolkit for bootstrapping and configuring development environments across any machine.",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -566,7 +566,8 @@ async function install_windows() {
566
566
  console.log('Installing Google Chrome via winget...');
567
567
 
568
568
  const result = await winget.install(WINGET_PACKAGE_ID, {
569
- silent: true
569
+ silent: true,
570
+ source: 'winget'
570
571
  });
571
572
 
572
573
  if (result.success) {