Skip to content

Commit

Permalink
REVERT redundant changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennart Bank authored and Lennart Bank committed Nov 27, 2023
1 parent df941ca commit 5aea4b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"private": true,
"description": "Product Website Template",
"author": "Conduction",
"keywords": [
"gatsby"
],
"keywords": ["gatsby"],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
Expand All @@ -24,7 +22,7 @@
"prepare": "cd .. && husky install"
},
"dependencies": {
"@conduction/components": "file:../../conduction-components",
"@conduction/components": "2.2.26",
"@conduction/theme": "1.0.55",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "6.4.2",
Expand Down
2 changes: 1 addition & 1 deletion pwa/static/.env.development
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ GATSBY_FOOTER_CONTENT_HEADER=""
GATSBY_OIDN_NUMBER=""

#Theme switcher
GATSBY_SHOW_THEME_SWITCHER="true"
GATSBY_SHOW_THEME_SWITCHER="false"

# Deployment option, if you're using this .env file DO NOT REMOVE OR EDIT THIS
GATSBY_ENV_VARS_SET="true"

0 comments on commit 5aea4b4

Please sign in to comment.