Skip to content

Commit

Permalink
fix(package): add 'css-selector-parser' as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
alecxe committed Jul 17, 2016
1 parent 1f8dad6 commit 4bf1ae6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"chai": "^3.5.0",
"commitizen": "^2.8.1",
"coveralls": "^2.11.9",
"css-selector-parser": "^1.1.0",
"cz-conventional-changelog": "^1.1.6",
"eslint": ">=2.0.0",
"install": "^0.8.1",
Expand All @@ -62,5 +61,8 @@
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"css-selector-parser": "^1.1.0"
}
}

0 comments on commit 4bf1ae6

Please sign in to comment.