Skip to content

Commit

Permalink
docs: make dependencies devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jul 6, 2019
1 parent 3aa1e68 commit 9a56e5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/package-lock.json

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

4 changes: 2 additions & 2 deletions docs/package.json
Expand Up @@ -8,7 +8,7 @@
"build": "gatsby build",
"serve": "gatsby serve"
},
"dependencies": {
"devDependencies": {
"@gatsby-contrib/gatsby-plugin-elasticlunr-search": "^2.2.1",
"gatsby": "^2.3.22",
"gatsby-plugin-react-helmet": "^3.0.12",
Expand All @@ -17,7 +17,7 @@
"gatsby-source-filesystem": "^2.0.28",
"gatsby-transformer-remark": "^2.3.8",
"lodash": "^4.17.11",
"marked": "^0.6.2",
"marked": "^0.7.0",
"prismjs": "^1.16.0",
"react": "^16.8.6",
"react-debounce-render": "^5.0.0",
Expand Down

0 comments on commit 9a56e5d

Please sign in to comment.