Skip to content

Commit

Permalink
Cleaned up packages
Browse files Browse the repository at this point in the history
  • Loading branch information
raulg committed Mar 18, 2019
1 parent be2fbd4 commit a555ab4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 172 deletions.
164 changes: 1 addition & 163 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 4 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
{
"name": "gatsby-starter-default",
"name": "prismic-gatsby-coffee-sample",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"description": "A sample website built using Gatsby connected to Prismic data source",
"version": "0.1.0",
"author": "Kyle Mathews <[email protected]>",
"author": "Raul Gonzalez @raulg",
"dependencies": {
"@prismicio/gatsby-source-prismic-graphql": "^0.0.6",
"gatsby": "^2.1.32",
"gatsby-image": "^2.0.33",
"gatsby-plugin-manifest": "^2.0.24",
"gatsby-plugin-offline": "^2.0.25",
"gatsby-plugin-react-helmet": "^3.0.9",
"gatsby-plugin-sass": "^2.0.11",
"gatsby-source-filesystem": "^2.0.25",
"node-sass": "^4.11.0",
"prismic-javascript": "^2.0.1",
"prismic-reactjs": "^0.3.2",
Expand All @@ -38,9 +36,6 @@
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
"url": "https://github.com/raulg/prismic-gatsby-coffee-sample"
}
}

0 comments on commit a555ab4

Please sign in to comment.