From 26258b78ab565970d2b85547b7daf26a45520878 Mon Sep 17 00:00:00 2001 From: dpilafian Date: Fri, 10 Nov 2023 03:13:19 -0800 Subject: [PATCH] Explicit folder name for html validation --- hello-world/package.json | 2 +- package.json | 14 +++++++------- task-runner.sh.command | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/hello-world/package.json b/hello-world/package.json index 3286aa1..821fc85 100644 --- a/hello-world/package.json +++ b/hello-world/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "jshint": "~2.13", - "puppeteer": "~21.3", + "puppeteer": "~21.5", "puppeteer-browser-ready": "~1.3" } } diff --git a/package.json b/package.json index aeec9ad..09bfbe5 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "build": [ "tsc", "add-dist-header build dist", - "html-validator" + "html-validator spec" ] }, "scripts": { @@ -95,22 +95,22 @@ "devDependencies": { "@types/express": "~4.17", "@types/mocha": "~10.0", - "@types/node": "~20.6", + "@types/node": "~20.9", "@types/ws": "~8.5", - "@typescript-eslint/eslint-plugin": "~6.7", - "@typescript-eslint/parser": "~6.7", + "@typescript-eslint/eslint-plugin": "~6.10", + "@typescript-eslint/parser": "~6.10", "add-dist-header": "~1.3", "assert-deep-strict-equal": "~1.1", "copy-file-util": "~1.1", "copy-folder-util": "~1.1", - "eslint": "~8.50", + "eslint": "~8.53", "jshint": "~2.13", "mocha": "~10.2", "open": "~9.1", - "puppeteer": "~21.3", + "puppeteer": "~21.5", "rimraf": "~5.0", "run-scripts-util": "~1.2", "typescript": "~5.2", - "w3c-html-validator": "~1.5" + "w3c-html-validator": "~1.6" } } diff --git a/task-runner.sh.command b/task-runner.sh.command index 57fac19..784cc45 100755 --- a/task-runner.sh.command +++ b/task-runner.sh.command @@ -57,7 +57,7 @@ releaseInstructions() { echo "When ready to do the next release:" echo echo " === Increment version ===" - echo " Edit pacakge.json to bump $version to next version number" + echo " Edit package.json to bump $version to next version number" echo " $projectHome/package.json" } nextActionCommitTagPub() {