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

Commit

Permalink
(publish): v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ehowey committed Mar 27, 2022
1 parent 824b713 commit f27378b
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 9 deletions.
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "gatsby-starter-stripemart",
"description": "A minimalist e-commerce storefront using Gatsby, SANITY, Stripe and Use-Shopping-Cart.",
"version": "0.1.1",
"private": true,
"author": "Eric Howey <[email protected]>",
"keywords": [
"gatsby",
"gatsby-starter",
"gatsby-plugin",
"sanity",
"stripe",
"e-commerce",
"react"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ehowey/gatsby-starter-stripemart"
},
"bugs": {
"url": "https://github.com/ehowey/gatsby-starter-stripemart"
}
}
4 changes: 2 additions & 2 deletions studio/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "purplefield-studio",
"name": "gatsby-starter-stripemart-studio",
"private": true,
"version": "0.0.1",
"description": "Sanity studio for sanity-template-gatsby-purplefield",
"description": "Sanity studio for gatsby-starter-stripemart",
"main": "package.json",
"author": "Eric Howey <[email protected]>",
"license": "MIT",
Expand Down
11 changes: 4 additions & 7 deletions web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-starter-stripemart",
"description": "A minimalist e-commerce storefront using Gatsby, SANITY, Stripe and Use-Shopping-Cart.",
"version": "0.1.0",
"version": "0.0.1",
"private": true,
"author": "Eric Howey <[email protected]>",
"dependencies": {
Expand Down Expand Up @@ -60,16 +60,13 @@
"clean": "gatsby clean",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "start-server-and-test start http://localhost:8000 cy:open",
"cy:open": "cypress open",
"cy:run": "cypress run"
"serve": "gatsby serve"
},
"repository": {
"type": "git",
"url": "https://github.com/ehowey/"
"url": "https://github.com/ehowey/gatsby-starter-stripemart"
},
"bugs": {
"url": "https://github.com/ehowey/"
"url": "https://github.com/ehowey/gatsby-starter-stripemart"
}
}

0 comments on commit f27378b

Please sign in to comment.