Skip to content

Commit 178719b

Browse files
authored
fix: correct publish file (#249)
1 parent 0915fdc commit 178719b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugin/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"version": "2.0.0",
44
"description": "Netlify Build plugin - Run Gatsby seamlessly on Netlify",
55
"source": "src/index.ts",
6-
"main": "lib/main.js",
7-
"module": "lib/module.js",
6+
"main": "lib/index.js",
87
"files": [
98
"src/templates/**",
109
"lib/**/*",

0 commit comments

Comments
 (0)