File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 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" ,
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" : {
You can’t perform that action at this time.
0 commit comments