Skip to content

Commit

Permalink
Merge pull request #2 from w3f-webops/feat/test-no-dev-dependencies
Browse files Browse the repository at this point in the history
move all devDependencies to dependencies, to try npm theme install
  • Loading branch information
hugurp authored Aug 18, 2021
2 parents dffdba6 + a5fd056 commit 72cc74c
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
7 changes: 6 additions & 1 deletion gatsby-theme-w3f/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,12 @@ module.exports = ({
},
/* use sass instead of css */
{
resolve: 'gatsby-plugin-sass',
resolve: `gatsby-plugin-sass`,
options: {
sassOptions: {
includePaths: ['src/styles/scss'],
}
},
},

/* Progressive Web App + Offline functionality
Expand Down
24 changes: 24 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2351,6 +2351,30 @@
"@typescript-eslint/types" "4.29.1"
eslint-visitor-keys "^2.0.0"

"@w3f/gatsby-theme-w3f@^0.0.1":
version "0.0.1"
resolved "https://registry.yarnpkg.com/@w3f/gatsby-theme-w3f/-/gatsby-theme-w3f-0.0.1.tgz#ee89db797eb5703b3eb8eb8c907f1dc061a0dc3d"
integrity sha512-0vOwNVW9zgHNoPGZraTfb562MTKYhAF/MRLveBqbL5HTFgvA1Zbw6+FDPOjpTRWfqmzAsYrE5OcM76VTD0Lw+g==
dependencies:
gatsby-plugin-image "^1.2.0"
gatsby-plugin-manifest "^3.2.0"
gatsby-plugin-netlify-cms "^5.8.0"
gatsby-plugin-offline "^4.2.0"
gatsby-plugin-react-helmet "^4.2.0"
gatsby-plugin-react-i18next "^1.1.1"
gatsby-plugin-react-svg "^3.0.1"
gatsby-plugin-sharp "^3.10.2"
gatsby-remark-images "^5.7.0"
gatsby-remark-relative-images "^2.0.2"
gatsby-source-filesystem "^3.2.0"
gatsby-transformer-remark "^3.1.0"
gatsby-transformer-sharp "^3.2.0"
i18next "^20.2.4"
netlify-cms-app "^2.15.20"
prop-types "^15.7.2"
react-helmet "^6.1.0"
react-i18next "^11.8.15"

"@webassemblyjs/[email protected]":
version "1.11.1"
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.1.tgz#2bfd767eae1a6996f432ff7e8d7fc75679c0b6a7"
Expand Down

0 comments on commit 72cc74c

Please sign in to comment.