diff --git a/README.md b/README.md index 2b586b5d..75b75459 100644 --- a/README.md +++ b/README.md @@ -53,9 +53,7 @@ npm i @hubblecommerce/hubble 3. Add the module to nuxt.config.ts ```js -modules: [ - ['@hubblecommerce/hubble'] -] +modules: ['@hubblecommerce/hubble'] ``` 4. Create a .env file in project root and fill credentials diff --git a/package.json b/package.json index 64fbf2e2..3bd3b0aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hubblecommerce/hubble", - "version": "2.1.0", + "version": "2.2.0", "description": "PWA for eCommerce frameworks based on NuxtJs", "author": "hubble commerce", "license": "MIT",