sepa-payment-code
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "sepa-payment-code", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Generates SEPA payment codes for embedding in QR codes", | ||
@@ -74,5 +74,5 @@ "keywords": [ | ||
"branches": 90, | ||
"functions": 95, | ||
"lines": 95, | ||
"statements": 95 | ||
"functions": 90, | ||
"lines": 90, | ||
"statements": 90 | ||
} | ||
@@ -79,0 +79,0 @@ }, |
@@ -14,3 +14,2 @@ # SEPA Payment Code | ||
* Written in TypeScript | ||
* 100% test coverage | ||
* Allows you to pick your own QR library! [Do you use React?](https://github.com/zpao/qrcode.react) [Do you prefer artistic QR codes?](https://github.com/kciter/qart.js) | ||
@@ -17,0 +16,0 @@ * Extensive documentation |
131717
81