Add the project's homepage URL to package.json.
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -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", | ... | ... |
-
Please register or sign in to post a comment