Skip to content

Commit 6412587

Browse files
Fix package.json references to curl.js file
1 parent 37b053c commit 6412587

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"version": "1.2.0",
44
"author": "John Foster",
55
"description": "Support for using highlight.js to syntax highlight cURL commands.",
6-
"main": "src/languages/curl.min.js",
6+
"main": "src/languages/curl.js",
77
"scripts": {
88
"test": "jasmine"
99
},
1010
"files": [
11-
"src/language/curl.js"
11+
"src/languages/curl.js"
1212
],
1313
"repository": {
1414
"type": "git",

0 commit comments

Comments
 (0)