Skip to content
This repository was archived by the owner on Jan 2, 2022. It is now read-only.

Commit 362cbe6

Browse files
authored
fix: fix main script path
This fixes a bug that prevented the plugin from being imported during a build. The path to the main script was incorrect, so builds were failing. Closes #31
1 parent 067609d commit 362cbe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"nextjs"
2727
],
2828
"license": "Apache-2.0",
29-
"main": "./tsc_output/src/index.js",
29+
"main": "./tsc_output/index.js",
3030
"name": "netlify-plugin-cache-nextjs",
3131
"repository": {
3232
"type": "git",

0 commit comments

Comments
 (0)