From 647d56baa21c4010254135f195dc36ab60c7678f Mon Sep 17 00:00:00 2001 From: Maximilian <787658+mfranzke@users.noreply.github.com> Date: Sun, 2 Jan 2022 11:36:29 +0100 Subject: [PATCH] refactor: corrected annotations.json to annotations.json --- dist/_annotations/{annotations.js => annotations.json} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename dist/_annotations/{annotations.js => annotations.json} (99%) diff --git a/dist/_annotations/annotations.js b/dist/_annotations/annotations.json similarity index 99% rename from dist/_annotations/annotations.js rename to dist/_annotations/annotations.json index 3919bce..f594228 100644 --- a/dist/_annotations/annotations.js +++ b/dist/_annotations/annotations.json @@ -1,4 +1,4 @@ -var comments = { +{ "comments" : [ { "el": "header[role=banner]", @@ -31,4 +31,4 @@ var comments = { "comment": "
The hero area highlights one major story using a large image and a captivating headline.
" } ] -}; \ No newline at end of file +} \ No newline at end of file