Skip to content

Commit 2a84c06

Browse files
committed
Fix incorrect filename for snowpack config file
1 parent 88d9f1f commit 2a84c06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"jest.config.js",
2121
"jest.setup.js",
2222
"README.md",
23-
"snowpack.config.json",
23+
"snowpack.config.js",
2424
"public/*",
2525
"src/**/*.res",
2626
"src/**/*.css",

0 commit comments

Comments
 (0)