Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
add gatsby-source-filesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
rezof committed Aug 2, 2018
1 parent 042fa96 commit 2f28538
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"dependencies": {
"axios": "^0.17.1",
"gatsby-node-helpers": "^0.1.3",
"gatsby-source-filesystem": "^1.5.39",
"lodash": "^4.17.4"
},
"devDependencies": {
Expand All @@ -47,8 +48,8 @@
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"prettier": "^1.5.3",
"pre-commit": "^1.2.2"
"pre-commit": "^1.2.2",
"prettier": "^1.5.3"
},
"pre-commit": [
"format"
Expand Down

0 comments on commit 2f28538

Please sign in to comment.