Bump to 0.1.2.
Showing
2 changed files
with
2 additions
and
5 deletions
1 | { | 1 | { |
2 | "name" : "rivets", | 2 | "name" : "rivets", |
3 | "description" : "Declarative DOM-binding facility.", | 3 | "description" : "Declarative DOM-binding facility.", |
4 | "version" : "0.1.1", | 4 | "version" : "0.1.2", |
5 | "author" : "Michael Richards", | 5 | "author" : "Michael Richards", |
6 | "main" : "./lib/rivets.js", | 6 | "main" : "./lib/rivets.js", |
7 | "licenses" : [{ | 7 | "licenses" : [{ |
... | @@ -11,8 +11,5 @@ | ... | @@ -11,8 +11,5 @@ |
11 | "repository" : { | 11 | "repository" : { |
12 | "type" : "git", | 12 | "type" : "git", |
13 | "url" : "https://github.com/mikeric/rivets.git" | 13 | "url" : "https://github.com/mikeric/rivets.git" |
14 | }, | ||
15 | "dependencies" : { | ||
16 | "jquery" : "1.5.0" | ||
17 | } | 14 | } |
18 | } | 15 | } | ... | ... |
-
Please register or sign in to post a comment