Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jwalgran committed Mar 2, 2013
1 parent 495bd62 commit 99930cb
Showing 1 changed file with 24 additions and 8 deletions.
32 changes: 24 additions & 8 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "backbacon",
"description": "Get bacon.js event streams from Backbone models",
"version": "0.1.0",
"version": "0.1.1",
"repository": {
"url": "git://github.com/jwalgran/backbacon.git"
},
Expand All @@ -27,13 +27,29 @@
"testling": {
"files": "test.js",
"browsers": {
"ie": [ 7, 8, 9 ],
"firefox": [ 13 ],
"chrome": [ 20 ],
"safari": [ 5.1 ],
"opera": [ 12 ],
"iphone": [6.0],
"ipad": [6.0]
"ie": [
7,
8,
9
],
"firefox": [
13
],
"chrome": [
20
],
"safari": [
5.1
],
"opera": [
12
],
"iphone": [
6
],
"ipad": [
6
]
}
}
}

0 comments on commit 99930cb

Please sign in to comment.