feat: Use microformats classes Add snapshot-based tests to ensure microformats data can be extracted correctly.
1 file changed, 2 insertions(+), 1 deletion(-)
changed files
M package.json → package.json
@@ -28,7 +28,7 @@ "test:watch": "ava --watch 'test/**/*.test.js'" }, "devDependencies": { "auto-install": "^1.7.4", - "ava": "^0.19.1", + "ava": "^0.20.0", "cheerio": "^1.0.0-rc.1", "eslint": "^4.1.1", "eslint-config-prettier": "^2.2.0",@@ -38,6 +38,7 @@ "eslint-plugin-prettier": "^2.1.2", "eslint-plugin-standard": "^3.0.1", "husky": "^0.13.4", "lint-staged": "^3.6.1", + "microformat-node": "^2.0.1", "node-dev": "^3.1.3", "prettier-standard": "^5.1.0", "standard": "^10.0.2",