Skip to content

Commit

Permalink
Merge pull request #3486 from jshint/v2.12.0
Browse files Browse the repository at this point in the history
Version 2.13.0
  • Loading branch information
jugglinmike committed May 30, 2021
2 parents 3940504 + 6bfcaed commit 7c36c81
Show file tree
Hide file tree
Showing 15 changed files with 851 additions and 1,248 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -21,7 +21,7 @@
"scripts": {
"browser-test-server": "node tests/helpers/browser/server",
"build": "node bin/build",
"coverage": "istanbul -- cover ./node_modules/nodeunit/bin/nodeunit tests/unit tests/unit/unstable",
"coverage": "istanbul -- cover ./node_modules/nodeunit/bin/nodeunit tests/unit",
"coverage-report": "npm run coverage && istanbul report html",
"data": "node scripts/generate-identifier-data",
"fetch-test262": "git submodule init && git submodule update",
Expand All @@ -34,7 +34,7 @@
"test-cli": "nodeunit tests/cli.js",
"test-node": "npm run test-unit && npm run test-cli && npm run test-regression",
"test-regression": "nodeunit tests/regression",
"test-unit": "nodeunit tests/unit tests/unit/unstable",
"test-unit": "nodeunit tests/unit",
"test-website": "node tests/website.js",
"test": "npm run test-node && npm run test-browser"
},
Expand Down

0 comments on commit 7c36c81

Please sign in to comment.