Skip to content

Commit 73ee97b

Browse files
committed
fix: file extension :P
1 parent d5f72c6 commit 73ee97b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@
2323
"snippets": [
2424
{
2525
"language": "typescriptreact",
26-
"path": "./snippets/react-typescript.code-snippets"
26+
"path": "./snippets/react-typescript.json"
2727
},
2828
{
2929
"language": "javascriptreact",
30-
"path": "./snippets/react-javascript.code-snippets"
30+
"path": "./snippets/react-javascript.json"
3131
},
3232
{
3333
"language": "typescriptreact",
34-
"path": "./snippets/next-typescript.code-snippets"
34+
"path": "./snippets/next-typescript.json"
3535
},
3636
{
3737
"language": "javascriptreact",
38-
"path": "./snippets/next-javascript.code-snippets"
38+
"path": "./snippets/next-javascript.json"
3939
}
4040
]
4141
},
@@ -47,4 +47,4 @@
4747
"husky": "^7.0.4",
4848
"prettier": "^2.5.1"
4949
}
50-
}
50+
}

0 commit comments

Comments
 (0)