Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "gpix", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Biblioteca escrita em nodejs para gerar br-code e qr-code do PIX.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -8,3 +8,3 @@ # GPIX | ||
```javascript | ||
import { PIX } from "./lib/pix"; | ||
const { PIX } = require('gpix/dist'); | ||
@@ -11,0 +11,0 @@ let pix = PIX.estatico(); |
29664