Skip to content

Commit

Permalink
Release v5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrizagidulin committed Jul 15, 2023
1 parent 05dd72c commit eea1313
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"karma-sourcemap-loader": "^0.3.7",
"karma-tap-reporter": "0.0.6",
"karma-webpack": "^4.0.2",
"mocha": "^8.3.2",
"mocha": "^8.4.0",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^15.1.0",
"watchify": "^3.11.1",
Expand All @@ -76,10 +76,10 @@
"jsonld"
],
"scripts": {
"prepare": "npm run build",
"prepack": "npm run build",
"build": "npm run build-webpack",
"build-webpack": "webpack",
"prepare2": "npm run build",
"prepack2": "npm run build",
"build": "cross-env NODE_ENV=--openssl-legacy-provider npm run build-webpack ",
"build-webpack": "cross-env NODE_ENV=--openssl-legacy-provider webpack",
"fetch-test-suites": "npm run fetch-json-ld-wg-test-suite && npm run fetch-json-ld-org-test-suite && npm run fetch-normalization-test-suite",
"fetch-json-ld-wg-test-suite": "npm run fetch-json-ld-api-test-suite && npm run fetch-json-ld-framing-test-suite",
"fetch-json-ld-api-test-suite": "if [ ! -e test-suites/json-wg-api ]; then git clone --depth 1 https://github.com/w3c/json-ld-api.git test-suites/json-ld-api; fi",
Expand Down

0 comments on commit eea1313

Please sign in to comment.