Skip to content

Commit a9f66cf

Browse files
author
Allan Pope
authored
fix: small tweaks to generated files (#13)
1 parent 0bda111 commit a9f66cf

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

gatsby-node.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Proxy to TypeScript-compiled output
2-
module.exports = require("./lib/gatsby-node")
2+
module.exports = require('./lib/gatsby-node');

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
// noop
1+
module.exports = require('./lib');

package.json

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

0 commit comments

Comments
 (0)