Skip to content

Commit 0242378

Browse files
committed
Fix link to homepage
When visiting the www-variant, a `SSL_ERROR_INTERNAL_ERROR_ALERT` error is displayed by the browser.
1 parent be92d2f commit 0242378

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
@@ -3,7 +3,7 @@
33
"barename": "handlebars",
44
"version": "4.7.8",
55
"description": "Handlebars provides the power necessary to let you build semantic templates effectively with no frustration",
6-
"homepage": "https://www.handlebarsjs.com/",
6+
"homepage": "https://handlebarsjs.com/",
77
"keywords": [
88
"handlebars",
99
"mustache",

0 commit comments

Comments
 (0)