Skip to content

Commit c0d1a29

Browse files
committed
update version number, add shields
1 parent 1582411 commit c0d1a29

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Reusable Components for Eleventy Plugin
22

3+
[![npm version](https://img.shields.io/npm/v/eleventy-plugin-reusable-components.svg)](https://www.npmjs.com/package/eleventy-plugin-reusable-components)
4+
[![Tests](https://github.com/MWDelaney/eleventy-plugin-components/workflows/🧪%20Run%20Tests/badge.svg)](https://github.com/MWDelaney/eleventy-plugin-components/actions)
5+
36
A configurable [Eleventy](https://www.11ty.dev/) plugin that enables a powerful component system for building dynamic, reusable HTML components across your static site.
47

58
👉 Build your components once and use them anywhere.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eleventy-plugin-reusable-components",
3-
"version": "1.0.0",
4-
"description": "A configurable Eleventy plugin that enables a powerful component system for building dynamic, reusable UI components across your static site.",
3+
"version": "1.0.1",
4+
"description": "A configurable Eleventy plugin that enables a powerful component system for building dynamic, reusable HTML components across your static site.",
55
"keywords": [
66
"eleventy",
77
"plugin",

0 commit comments

Comments
 (0)