4569d1c4 by Michael Richards

Add the project's homepage URL to package.json.

1 parent a9e17f2f
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
3 "description" : "Declarative data binding facility.", 3 "description" : "Declarative data binding facility.",
4 "version" : "0.2.3", 4 "version" : "0.2.3",
5 "author" : "Michael Richards", 5 "author" : "Michael Richards",
6 "url" : "http://rivetsjs.com",
6 "main" : "./lib/rivets.js", 7 "main" : "./lib/rivets.js",
7 "licenses" : [{ 8 "licenses" : [{
8 "type" : "MIT", 9 "type" : "MIT",
......