Skip to content

Commit

Permalink
Update nth-check
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Dec 2, 2020
1 parent 0f2d796 commit 732da9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/parse.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = parse

var Parser = require('css-selector-parser').CssSelectorParser
var zwitch = require('zwitch')
var nthCheck = require('nth-check')
var nthCheck = require('nth-check').default

var nth = ['nth-child', 'nth-last-child', 'nth-of-type', 'nth-last-of-type']

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"css-selector-parser": "^1.0.0",
"not": "^0.1.0",
"nth-check": "^1.0.0",
"nth-check": "^2.0.0",
"unist-util-is": "^4.0.0",
"zwitch": "^1.0.0"
},
Expand Down

0 comments on commit 732da9a

Please sign in to comment.