Skip to content

Commit 9b9b8e6

Browse files
authored
Revert "chore(deps-dev): upgrade strip-json-comments (#763)"
This reverts commit 12bfda4.
1 parent 07cb339 commit 9b9b8e6

File tree

3 files changed

+10
-31
lines changed

3 files changed

+10
-31
lines changed

package-lock.json

Lines changed: 8 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"glob": "^7.2.0",
7979
"node-fetch": "^2.6.2",
8080
"parse-glob": "3.0.4",
81-
"strip-json-comments": "^4.0.0",
81+
"strip-json-comments": "3.1.0",
8282
"xml": "1.0.1"
8383
},
8484
"devDependencies": {

src/cli/htmlhint.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { IGlob } from 'glob'
99
import * as parseGlob from 'parse-glob'
1010
import { dirname, resolve, sep } from 'path'
1111
import fetch from 'node-fetch'
12-
import stripJsonComments from 'strip-json-comments'
12+
import * as stripJsonComments from 'strip-json-comments'
1313
import type { HTMLHint as IHTMLHint } from '../core/core'
1414
import type { Hint, Ruleset } from '../core/types'
1515
import { Formatter } from './formatter'

0 commit comments

Comments
 (0)