UNPKG
convert-cssxpath
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
0.0.4
0.0.3
0.0.2
0.0.1
Convert CSS into XPath
github.com/sergeidyga/cssxpath
sergeidyga/cssxpath
convert-cssxpath
/
.travis.yml
10 lines
•
106 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
language:
node_js
sudo:
false
cache:
yarn
node_js:
-
"7"
-
"6"
install:
- npm i
script:
- npm test