diff --git a/dist/package.json b/dist/package.json index 736d0b4..f8b9556 100644 --- a/dist/package.json +++ b/dist/package.json @@ -1,6 +1,6 @@ { "name": "@marketplaces/payment", - "version": "0.1.0", + "version": "0.2.0", "description": "Standalone Angular payment UI and central payment API client.", "module": "fesm2022/marketplaces-payment.mjs", "typings": "types/marketplaces-payment.d.ts", diff --git a/package.json b/package.json index b148f9a..0275f5a 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,12 @@ { "name": "@marketplaces/payment", - "version": "0.1.0", + "version": "0.2.0", "description": "Standalone Angular payment UI and central payment API client.", "module": "dist/fesm2022/marketplaces-payment.mjs", "typings": "dist/types/marketplaces-payment.d.ts", - "files": ["dist"], + "files": [ + "dist" + ], "scripts": { "build": "ng-packagr -p ng-package.json -c tsconfig.json", "test": "node --test test/*.test.mjs"