Skip to content

Commit 28c7a76

Browse files
author
Allan Pope
authored
fix: specify lib folder (#18)
1 parent cddf0c7 commit 28c7a76

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
"watch": "tsc --watch",
1010
"lint": "tsc --noEmit && eslint src/**/*.ts"
1111
},
12+
"files": [
13+
"/lib"
14+
],
1215
"keywords": [
1316
"gatsby",
1417
"gatsby-plugin",

0 commit comments

Comments
 (0)