Skip to content

Commit d43c10a

Browse files
author
Allan Pope
authored
fix: include top level gatsby node file (#19)
1 parent 28c7a76 commit d43c10a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"lint": "tsc --noEmit && eslint src/**/*.ts"
1111
},
1212
"files": [
13-
"/lib"
13+
"/lib",
14+
"gatsby-node.js"
1415
],
1516
"keywords": [
1617
"gatsby",

0 commit comments

Comments
 (0)