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

Commit

Permalink
Reverted depedencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ehowey committed Aug 22, 2019
1 parent 0dc6492 commit 320c27a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "gatsby-theme-catalyst-onepage",
"description": "Gatsby Theme - Child theme for the base catalyst core theme to create a one page site.",
"version": "0.2.4",
"version": "0.2.5",
"author": "Eric Howey <[email protected]>",
"dependencies": {
"gatsby-theme-catalyst-core": "^0.2.5",
"gatsby-theme-catalyst-core": "^0.2.6",
"react-scroll": "^1.7.13"
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/plugin-proposal-object-rest-spread": "^7.5.4",
"babel-preset-gatsby": "^0.2.1",
"gatsby": "^2.13.74",
"gatsby": "^2.13.52",
"prettier": "^1.18.2",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"peerDependencies": {
"gatsby": "^2.13.74",
"gatsby": "^2.13.52",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
Expand Down

0 comments on commit 320c27a

Please sign in to comment.