Skip to content

Commit 6c2f0cc

Browse files
authoredNov 24, 2021
Revert "chore(deps-dev): upgrade strip-json-comments (#763)" (#767)
This reverts commit 12bfda4.
1 parent 07cb339 commit 6c2f0cc

File tree

3 files changed

+10
-31
lines changed

3 files changed

+10
-31
lines changed
 

‎package-lock.json

+8-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
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

+1-1
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)
Please sign in to comment.