qrcode-pack 0.1.3 → 0.1.4

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 +2 -2
package/README.md CHANGED
@@ -4,6 +4,7 @@
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
5
  [![NPM Version](https://img.shields.io/npm/v/qrcode-pack)](https://www.npmjs.com/package/qrcode-pack)
6
6
  [![Release Version](https://img.shields.io/github/release/sarahcssiqueira/qrcode-pack.svg?color)](https://github.com/sarahcssiqueira/qrcode-pack/releases/latest)
7
+ [![Support Level](https://img.shields.io/badge/support-may_take_time-yellow.svg)](#support-level)
7
8
 
8
9
 
9
10
  ## Installation
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "qrcode-pack",
3
- "version": "0.1.3",
4
- "description": "",
3
+ "version": "0.1.4",
4
+ "description": "An easy lightweight package to generate QR codes in JavaScript",
5
5
  "homepage": "https://github.com/sarahcssiqueira/qrcode-pack#readme",
6
6
  "bugs": {
7
7
  "url": "https://github.com/sarahcssiqueira/qrcode-pack/issues"