Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit b56cb74

Browse files
fix(tags): update project tags to match json file
1 parent 2ef294d commit b56cb74

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

src/data/projects/newrelic-experimental-nerd-vlog-demo-visualization.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@
1717
"description": "This is an example Nerdpack with a Visualization that was built during the NerdLog session the last week of February 2021.",
1818
"ossCategory": "new-relic-experimental",
1919
"primaryLanguage": "JavaScript",
20-
"projectTags": ["visualization"],
20+
"projectTags": [
21+
"visualizations"
22+
],
2123
"acceptsContributions": true,
2224
"website": {
2325
"title": "Nerd Log Demo Visualization",
2426
"url": "https://github.com/newrelic-experimental/nerd-vlog-demo-visualization"
2527
}
26-
}
28+
}

src/data/projects/newrelic-experimental-nr1-funnelz.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@
1717
"description": "NewRelic nr1 funnel visualization, based on funnel-graph.js",
1818
"ossCategory": "new-relic-experimental",
1919
"primaryLanguage": "JavaScript",
20-
"projectTags": ["visualization"],
20+
"projectTags": [
21+
"visualizations"
22+
],
2123
"acceptsContributions": true,
2224
"website": {
2325
"title": "nr1-funnelz",
2426
"url": "https://github.com/newrelic-experimental/nr1-funnelz"
2527
}
26-
}
28+
}

0 commit comments

Comments
 (0)