Skip to content

Commit

Permalink
Explicit folder name for html validation
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Nov 10, 2023
1 parent cd1dad7 commit 26258b7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"jshint": "~2.13",
"puppeteer": "~21.3",
"puppeteer": "~21.5",
"puppeteer-browser-ready": "~1.3"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"build": [
"tsc",
"add-dist-header build dist",
"html-validator"
"html-validator spec"
]
},
"scripts": {
Expand All @@ -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"
}
}
2 changes: 1 addition & 1 deletion task-runner.sh.command
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 26258b7

Please sign in to comment.