f4729ad0 by Michael Richards

Bump to 0.1.2.

1 parent d9e1bb5d
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 }
......
1 # rivets.js 1 # rivets.js
2 # version : 0.1.1 2 # version : 0.1.2
3 # author : Michael Richards 3 # author : Michael Richards
4 # license : MIT 4 # license : MIT
5 5
......