Skip to content

Commit

Permalink
Version bump, edited readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dm-heinze committed Aug 9, 2023
1 parent 50977ee commit 1ba535e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1ba535e

Please sign in to comment.