v3.5.0 release 3nd attempt
This diff is collapsed.
... | @@ -18,7 +18,7 @@ | ... | @@ -18,7 +18,7 @@ |
"xtest:dev:qualityCheck": "xo", | "xtest:dev:qualityCheck": "xo", | ||
"test:dev:duplication": "jscpd ./ -s", | "test:dev:duplication": "jscpd ./ -s", | ||
"test:dev:runTests": "ava src/**.test.mjs", | "test:dev:runTests": "ava src/**.test.mjs", | ||
"xtest:dev:complexity": "codehawk ./", | "test:dev:complexity": "codehawk ./", | ||
"test-e2e": "ava generated/tmpNodejs/**.test-e2e.mjs", | "test-e2e": "ava generated/tmpNodejs/**.test-e2e.mjs", | ||
"test:production": "run-s test:production:**", | "test:production": "run-s test:production:**", | ||
"xtest:production:qualityCheck": "xo", | "xtest:production:qualityCheck": "xo", | ||
... | @@ -55,6 +55,7 @@ | ... | @@ -55,6 +55,7 @@ |
"browser-ava": "^1.1.0", | "browser-ava": "^1.1.0", | ||
"c8": "^7.12.0", | "c8": "^7.12.0", | ||
"chokidar-cli": "^3.0.0", | "chokidar-cli": "^3.0.0", | ||
"codehawk-cli": "^10.0.1", | |||
"es6-plato": "https://github.com/1000i100/es6-plato#master", | "es6-plato": "https://github.com/1000i100/es6-plato#master", | ||
"esbuild": "^0.15.15", | "esbuild": "^0.15.15", | ||
"eslint-plugin-ava": "^13.2.0", | "eslint-plugin-ava": "^13.2.0", | ||
... | ... |
Please register or sign in to comment