Skip to content

Commit adf3892

Browse files
committed
Remove OPENSSL_ENABLE_SHA1_SIGNATURES=1 as it is not required anymore
1 parent 66c6d6a commit adf3892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"format": "prettier --write .",
3636
"format:check": "prettier --check .",
3737
"toc": "./node_modules/.bin/doctoc Readme.md --github --maxlevel 3",
38-
"cover": "OPENSSL_ENABLE_SHA1_SIGNATURES=1 nyc --extension=.ts --reporter=lcov --reporter=html --reporter=text mocha --no-parallel --timeout 30000 --exit test/*-test.js test/security/*.js",
38+
"cover": "nyc --extension=.ts --reporter=lcov --reporter=html --reporter=text mocha --no-parallel --timeout 30000 --exit test/*-test.js test/security/*.js",
3939
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js -v",
4040
"docs": "typedoc --out docs",
4141
"test": "mocha --timeout 15000 --bail --exit test/*-test.js test/security/*.js"

0 commit comments

Comments
 (0)