We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3457524 commit d6ae068Copy full SHA for d6ae068
package.json
@@ -7,18 +7,18 @@
7
"url": "https://github.com/stackhtml/hstream/issues"
8
},
9
"dependencies": {
10
- "css-what": "^2.1.0",
11
- "htmlparser2": "^3.9.2",
12
- "through2": "^2.0.3"
+ "css-what": "^3.2.1",
+ "htmlparser2": "^4.0.0",
+ "through2": "^3.0.1"
13
14
"devDependencies": {
15
"dedent": "^0.7.0",
16
"hyperstream": "^1.2.2",
17
- "nanobench": "^2.1.0",
18
- "rimraf": "^2.6.2",
+ "nanobench": "^2.1.1",
+ "rimraf": "^2.7.1",
19
"simple-concat": "^1.0.0",
20
"standard": "^10.0.3",
21
- "tape": "^4.8.0"
+ "tape": "^4.13.0"
22
23
"homepage": "https://github.com/stackhtml/hstream",
24
"keywords": [
selector.js
@@ -1,4 +1,4 @@
1
-var csswhat = require('css-what')
+var csswhat = require('css-what').parse
2
3
module.exports = createMatcher
4
0 commit comments