We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bda111 commit a9f66cfCopy full SHA for a9f66cf
gatsby-node.js
@@ -1,2 +1,2 @@
1
// Proxy to TypeScript-compiled output
2
-module.exports = require("./lib/gatsby-node")
+module.exports = require('./lib/gatsby-node');
index.js
@@ -1 +1 @@
-// noop
+module.exports = require('./lib');
package.json
@@ -9,9 +9,6 @@
9
"watch": "tsc --watch",
10
"lint": "tsc --noEmit && eslint src/**/*.ts"
11
},
12
- "files": [
13
- "/lib"
14
- ],
15
"keywords": [
16
"gatsby",
17
"gatsby-plugin",
0 commit comments