Skip to content

Commit 3dd6c87

Browse files
committed
Fixed wrong url
1 parent 10addfc commit 3dd6c87

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": "history.js",
33
"version": "1.8.0",
44
"description": "History.js gracefully supports the HTML5 History/State APIs (pushState, replaceState, onPopState) in all browsers. Including continued support for data, titles, replaceState. Supports jQuery, MooTools and Prototype. For HTML5 browsers this means that you can modify the URL directly, without needing to use hashes anymore. For HTML4 browsers it will revert back to using the old onhashchange functionality.",
5-
"homepage": "https://github.com/andreasbernhard/history.js",
5+
"homepage": "https://github.com/browserstate/history.js",
66
"keywords": [
77
"javascript",
88
"html5 history api",

0 commit comments

Comments
 (0)