@bacnh85/pi-windows-tools 0.3.0 → 0.3.1

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": "@bacnh85/pi-windows-tools",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Pi extension for Windows-native tool manipulation — shell profiles, path conversion, command execution, WSL bridge, safety policy, and developer tool discovery.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -24,7 +24,7 @@
24
24
  "developer-tools"
25
25
  ],
26
26
  "scripts": {
27
- "test": "cd extensions && mocha",
27
+ "test": "cd extensions && npx mocha",
28
28
  "typecheck": "tsc --noEmit"
29
29
  },
30
30
  "files": [
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: pi-windows-tools
3
- description: Provides Windows-native tool manipulation: shell profiles, path conversion, command execution, WSL bridge, safety policy, and developer tool discovery. Enables Pi to work correctly with PowerShell, cmd, Git Bash, and WSL.
3
+ description: "Provides Windows-native tool manipulation: shell profiles, path conversion, command execution, WSL bridge, safety policy, and developer tool discovery. Enables Pi to work correctly with PowerShell, cmd, Git Bash, and WSL."
4
4
  ---
5
5
 
6
6
  # pi-windows-tools