Skip to content

Commit 0948e6d

Browse files
committed
Fix typo in package.json
1 parent 5ed3b14 commit 0948e6d

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
@@ -48,7 +48,7 @@
4848
"./plugins/find-and-replace.css": "./plugins/find-and-replace.css",
4949
"./plugins/go-to-line.css": "./plugins/go-to-line.css",
5050
"./plugins/prism-line-numbers.css": "./plugins/prism-line-numbers.css",
51-
"./plugins/special-chars.css": "./plugins/special-chars.css",
51+
"./plugins/special-chars.css": "./plugins/special-chars.css"
5252
},
5353
"scripts": {
5454
"test": "echo \"This is a front-end library, not a Node library. Please see the README for how to use.\" && exit 1",

0 commit comments

Comments
 (0)