Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #10 from ipatate/feature/v3
Browse files Browse the repository at this point in the history
Feature/v3
  • Loading branch information
ipatate authored Mar 24, 2021
2 parents ea92e11 + 4aa3ee7 commit 30a9ca7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-snipcart-advanced",
"main": "gatsby-ssr.js",
"version": "1.0.2",
"version": "1.0.3",
"description": "Gatsby JS Plugin for Snipcart V3",
"keywords": [
"gatsby",
Expand All @@ -21,7 +21,7 @@
"cross-env": "^5.2.1"
},
"peerDependencies": {
"gatsby": "^2.0.0"
"gatsby": ">= 2.0.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

[Snipcart](https://snipcart.com/)

**Work with gatsby v2 and v3**

This plugin includes a Context for quantity in cart and detects if user is logged in or not

## Install
Expand Down

0 comments on commit 30a9ca7

Please sign in to comment.