@treygrr/vjml 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  [![CI](https://github.com/treygrr/vjml/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/treygrr/vjml/actions/workflows/ci.yml)
4
4
  [![bundle size](https://img.shields.io/bundlephobia/minzip/%40treygrr%2Fvjml?label=bundle%20size)](https://bundlephobia.com/package/@treygrr/vjml)
5
+ [![dependencies](https://img.shields.io/librariesio/release/npm/%40treygrr%2Fvjml?label=dependencies)](https://libraries.io/npm/@treygrr/vjml)
5
6
 
6
7
  VJML is a Vue-only MJML-style email component library for standard Vue apps. It provides a plugin for global component registration, typed component exports, and browser-side render helpers for turning Vue email components into email-safe HTML.
7
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@treygrr/vjml",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Vue MJML-style email components with a plain Vue plugin and browser renderer.",
5
5
  "type": "module",
6
6
  "private": false,