Skip to content

Commit

Permalink
Revert "chore(deps-dev): upgrade strip-json-comments (#763)" (#767)
Browse files Browse the repository at this point in the history
This reverts commit 12bfda4.
  • Loading branch information
nschonni authored Nov 24, 2021
1 parent 07cb339 commit 6c2f0cc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 31 deletions.
37 changes: 8 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"glob": "^7.2.0",
"node-fetch": "^2.6.2",
"parse-glob": "3.0.4",
"strip-json-comments": "^4.0.0",
"strip-json-comments": "3.1.0",
"xml": "1.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/cli/htmlhint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { IGlob } from 'glob'
import * as parseGlob from 'parse-glob'
import { dirname, resolve, sep } from 'path'
import fetch from 'node-fetch'
import stripJsonComments from 'strip-json-comments'
import * as stripJsonComments from 'strip-json-comments'
import type { HTMLHint as IHTMLHint } from '../core/core'
import type { Hint, Ruleset } from '../core/types'
import { Formatter } from './formatter'
Expand Down

0 comments on commit 6c2f0cc

Please sign in to comment.