Skip to content

Commit 3c2e474

Browse files
authored
fix: Include correct gatsby files in npm tarball (#2731)
1 parent 038453d commit 3c2e474

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

packages/gatsby/.npmignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/gatsby/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
"main": "dist/index.js",
1717
"module": "esm/index.js",
1818
"types": "dist/index.d.ts",
19+
"files": [
20+
"/dist",
21+
"/esm",
22+
"gatsby-browser.js",
23+
"gatsby-node.js"
24+
],
1925
"publishConfig": {
2026
"access": "public"
2127
},

0 commit comments

Comments
 (0)