diff --git a/README.md b/README.md index 43bb38c..6a8fd4a 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Fromm the `v16.1.0` this library use the standalone component, and not the modul To install this package, run: ```bash -npm i ngx-kjua kjua-svg --save +npm i ngx-kjua --save ``` Then import it into your Angular `AppModule`: diff --git a/package.json b/package.json index f36437e..8f0f414 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ngx-kjua-library", "description": "ngx-kjua library builder", - "version": "18.1.1", + "version": "18.1.2", "license": "MIT", "scripts": { "ng": "ng", diff --git a/projects/ngx-kjua/package.json b/projects/ngx-kjua/package.json index d3e3074..0d12d7c 100644 --- a/projects/ngx-kjua/package.json +++ b/projects/ngx-kjua/package.json @@ -1,7 +1,7 @@ { "name": "ngx-kjua", "description": "Angular QR-Code generator component.", - "version": "18.1.1", + "version": "18.1.2", "license": "MIT", "private": false, "repository": { diff --git a/setup-jest.ts b/setup-jest.ts index f74884c..41691cf 100644 --- a/setup-jest.ts +++ b/setup-jest.ts @@ -3,6 +3,6 @@ import "./projects/ngx-kjua/src/lib/kjua/lib/qrcode" // We have to mock the whole thing as "qrcode-generator" needs to override the stringToBytes method // but typescript can't properly hande that -jest.mock("./projects/ngx-kjua/src/lib/kjua/lib/qrcode", ()=>({ - quiet_qrcode: jest.fn() -})) +// jest.mock("./projects/ngx-kjua/src/lib/kjua/lib/qrcode", ()=>({ +// quiet_qrcode: jest.fn() +// }))