Skip to content

Commit

Permalink
Update version/dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kriszyp committed Jan 24, 2011
1 parent 0f4682c commit 1fb11e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "compose",
"version": "0.1.0",
"version": "0.1.2",
"author": "Kris Zyp",
"description": "Fast and light object composition based on mixins and traits",
"licenses": [
Expand All @@ -18,13 +18,13 @@
"url":"http://github.com/kriszyp/compose"
},
"dependencies": {
"patr": "0.2.4"
"patr": "0.2.5"
},
"directories": {
"lib": "./lib"
},
"main": "./lib/compose",
"mappings":{
"patr": "http://github.com/kriszyp/patr/zipball/v0.2.4"
"patr": "http://github.com/kriszyp/patr/zipball/v0.2.5"
}
}

0 comments on commit 1fb11e9

Please sign in to comment.