Skip to content

Commit 4bf1ae6

Browse files
committed
fix(package): add 'css-selector-parser' as a dependency
1 parent 1f8dad6 commit 4bf1ae6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"chai": "^3.5.0",
4949
"commitizen": "^2.8.1",
5050
"coveralls": "^2.11.9",
51-
"css-selector-parser": "^1.1.0",
5251
"cz-conventional-changelog": "^1.1.6",
5352
"eslint": ">=2.0.0",
5453
"install": "^0.8.1",
@@ -62,5 +61,8 @@
6261
"commitizen": {
6362
"path": "./node_modules/cz-conventional-changelog"
6463
}
64+
},
65+
"dependencies": {
66+
"css-selector-parser": "^1.1.0"
6567
}
6668
}

0 commit comments

Comments
 (0)