Skip to content

Commit

Permalink
chore: update all package repository fields (gatsbyjs#15477)
Browse files Browse the repository at this point in the history
  • Loading branch information
Graham42 authored and wardpeet committed Jul 11, 2019
1 parent d3255b2 commit bfdcfb1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@
"peerDependencies": {
"gatsby": "^2.0.0"
},
"repository": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-filesystem",
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby.git",
"directory": "packages/gatsby-source-filesystem"
},
"scripts": {
"build": "babel src --out-dir . --ignore **/__tests__",
"prepare": "cross-env NODE_ENV=production npm run build",
Expand Down

0 comments on commit bfdcfb1

Please sign in to comment.