Skip to content

Commit 99d162c

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 7147755 commit 99d162c

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
@@ -2,7 +2,7 @@
22
"name": "handlebars",
33
"version": "5.0.0-alpha.1",
44
"description": "Handlebars provides the power necessary to let you build semantic templates effectively with no frustration",
5-
"homepage": "https://www.handlebarsjs.com/",
5+
"homepage": "https://handlebarsjs.com/",
66
"keywords": [
77
"handlebars",
88
"mustache",

0 commit comments

Comments
 (0)