Skip to content

Commit

Permalink
chore: added --openssl-legacy-provider flag
Browse files Browse the repository at this point in the history
  • Loading branch information
webdeveric committed Feb 10, 2024
1 parent e46b6cd commit 4a31cf5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"lint": "eslint --fix src test",
"typecheck": "tsc --noEmit",
"spellcheck": "cspell --no-progress './{.github,src,test}/**/*.{js,json}' './*.{md,js}' './package.json'",
"test": "nyc mocha --colors",
"test": "NODE_OPTIONS='--openssl-legacy-provider' nyc mocha --colors",
"test:report": "nyc --reporter=lcov --reporter=text mocha --colors",
"lcov": "nyc report --reporter=text-lcov > coverage.lcov",
"prepare": "husky",
Expand Down Expand Up @@ -82,13 +82,13 @@
"memory-fs": "^0.5.0",
"mini-css-extract-plugin": "^1.6.0",
"mkdirp": "^1.0.4",
"mocha": "^8.4.0",
"mocha": "^10.3.0",
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"superagent": "^8.1.0",
"typescript": "^5.3.3",
"webpack": "^5.90.1",
"webpack-dev-server": "^3.11.2",
"webpack-dev-server": "^4.15.1",
"webpack-subresource-integrity": "^1.5.2"
}
}

0 comments on commit 4a31cf5

Please sign in to comment.