Skip to content

Commit 97f4723

Browse files
committed
Separate src folder
1 parent 2ae903b commit 97f4723

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Setting `ignoreLevel` to `'warning'` skips both `'warning'` level and `'info'` l
158158

159159
### 3. TypeScript declarations
160160
See the TypeScript declarations at the top of the
161-
[w3c-html-validator.ts](w3c-html-validator.ts) file.
161+
[w3c-html-validator.ts](src/w3c-html-validator.ts) file.
162162

163163
The output of the `w3cHtmlValidator.validate(options: ValidatorOptions)` function is a **promise**
164164
for a `ValidatorResults` object:

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,29 +57,29 @@
5757
"examples": "node examples.js"
5858
},
5959
"dependencies": {
60-
"chalk": "~5.3",
60+
"chalk": "~5.4",
6161
"cli-argv-util": "~1.2",
6262
"fancy-log": "~2.0",
6363
"glob": "~11.0",
6464
"slash": "~5.1",
6565
"superagent": "~10.1"
6666
},
6767
"devDependencies": {
68-
"@eslint/js": "~9.17",
68+
"@eslint/js": "~9.21",
6969
"@types/fancy-log": "~2.0",
70-
"@types/node": "~22.10",
70+
"@types/node": "~22.13",
7171
"@types/superagent": "~8.1",
7272
"add-dist-header": "~1.4",
7373
"assert-deep-strict-equal": "~1.2",
7474
"copy-file-util": "~1.2",
7575
"copy-folder-util": "~1.1",
76-
"eslint": "~9.17",
76+
"eslint": "~9.21",
7777
"jshint": "~2.13",
7878
"merge-stream": "~2.0",
79-
"mocha": "~11.0",
79+
"mocha": "~11.1",
8080
"rimraf": "~6.0",
8181
"run-scripts-util": "~1.3",
82-
"typescript": "~5.7",
83-
"typescript-eslint": "~8.18"
82+
"typescript": "~5.8",
83+
"typescript-eslint": "~8.26"
8484
}
8585
}
File renamed without changes.

0 commit comments

Comments
 (0)