Skip to content

Commit 326909c

Browse files
committed
Update Auto Encrypt Localhost to version 7.0.7
And also unlock sudo before running tests.
1 parent e4b2436 commit 326909c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,12 @@
3030
"url": "https://github.com/small-tech/https.git"
3131
},
3232
"scripts": {
33+
"unlockSudo": "sudo echo 'Got sudo permissions.\n'",
3334
"example": "node example/",
34-
"test": "QUIET=true esm-tape-runner 'test/**/*.js' | tap-monkey",
35-
"coverage": "QUIET=true c8 esm-tape-runner 'test/**/*.js' | tap-monkey",
36-
"test-debug": "esm-tape-runner 'test/**/*.js' | tap-monkey",
37-
"coverage-debug": "c8 esm-tape-runner 'test/**/*.js' | tap-monkey"
35+
"test": "npm run unlockSudo && QUIET=true esm-tape-runner 'test/**/*.js' | tap-monkey",
36+
"coverage": "npm run unlockSudo && QUIET=true c8 esm-tape-runner 'test/**/*.js' | tap-monkey",
37+
"test-debug": "npm run unlockSudo && esm-tape-runner 'test/**/*.js' | tap-monkey",
38+
"coverage-debug": "npm run unlockSudo && c8 esm-tape-runner 'test/**/*.js' | tap-monkey"
3839
},
3940
"author": {
4041
"name": "Aral Balkan",
@@ -44,7 +45,7 @@
4445
"license": "AGPL-3.0-or-later",
4546
"dependencies": {
4647
"@small-tech/auto-encrypt": "^3.0.1",
47-
"@small-tech/auto-encrypt-localhost": "^7.0.5",
48+
"@small-tech/auto-encrypt-localhost": "^7.0.7",
4849
"fs-extra": "^9.0.1"
4950
},
5051
"devDependencies": {

0 commit comments

Comments
 (0)