diff --git a/package.json b/package.json
index a3856f0..fba5e23 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "eleventy-plugin-plantuml",
- "version": "1.1.2",
+ "version": "1.1.3",
"description": "Eleventy (11ty) Plantuml markdown plugin",
"main": "index.js",
"repository": "git@github.com:awaragi/eleventy-plugin-plantuml.git",
diff --git a/test/eleventy-plugin-plantuml.test.js b/test/eleventy-plugin-plantuml.test.js
index 519fa45..5113427 100644
--- a/test/eleventy-plugin-plantuml.test.js
+++ b/test/eleventy-plugin-plantuml.test.js
@@ -8,7 +8,7 @@ Bob -> Alice : hello
eleventyPluginPlantuml.defaultOptions
);
expect(img).toBe(
- ''
+ ''
);
});
@@ -30,7 +30,7 @@ plugin -> MDH: img src="dataurl"
eleventyPluginPlantuml.defaultOptions
);
expect(img).toBe(
- ''
+ ''
);
});
@@ -44,7 +44,7 @@ Bob -> Alice : hello
})
);
expect(img).toBe(
- ''
+ ''
);
});
@@ -68,7 +68,7 @@ plugin -> MDH: img src="dataurl"
})
);
expect(img).toBe(
- ''
+ ''
);
});