Skip to content

Commit

Permalink
fix: Include correct gatsby files in npm tarball (#2731)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilogorek committed Jul 8, 2020
1 parent 038453d commit 3c2e474
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/gatsby/.npmignore

This file was deleted.

6 changes: 6 additions & 0 deletions packages/gatsby/package.json
Expand Up @@ -16,6 +16,12 @@
"main": "dist/index.js",
"module": "esm/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist",
"/esm",
"gatsby-browser.js",
"gatsby-node.js"
],
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 3c2e474

Please sign in to comment.