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

Commit 3e4601b

Browse files
committed
fix: use module.exports instead of default export
Closes #33 Signed-off-by: Jonah Snider <[email protected]>
1 parent a2c5afc commit 3e4601b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ interface NetlifyUtils {
55
};
66
}
77

8-
export default {
8+
module.exports = {
99
name: 'cache-nextjs',
1010
// Restore file/directory cached in previous builds.
1111
// Does not do anything if:

0 commit comments

Comments
 (0)