Skip to content

Commit

Permalink
fix(npm): add src file to npm package (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
b1551 committed Sep 17, 2020
1 parent dccd779 commit aa28013
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "gatsby-plugin-robots-txt",
"files": [
"gatsby-*.js*"
"gatsby-*.js*",
"src/gatsby-node.js"
],
"main": "index.js",
"description": "Gatsby plugin that automatically creates robots.txt for your site",
Expand Down

0 comments on commit aa28013

Please sign in to comment.