Skip to content

Commit 721387c

Browse files
committed
Remove OPENSSL_ENABLE_SHA1_SIGNATURES=1 as it is not required anymore
Close #1323
1 parent 66c6d6a commit 721387c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)