html-to-xpaths
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "html-to-xpaths", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Convert html to an array of xpaths", | ||
@@ -10,2 +10,4 @@ "main": "html-to-xpaths.js", | ||
"test:dev": "testem", | ||
"build": "npm run clean && npm run build:dist", | ||
"build:dist": "babel src --out-dir dist", | ||
"release": "node bin/next-version.js" | ||
@@ -28,2 +30,3 @@ }, | ||
"devDependencies": { | ||
"babel-cli": "^6.26.0", | ||
"jquery": "^3.1.1", | ||
@@ -30,0 +33,0 @@ "jsdom": "^16.4.0", |
6941
7