Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
bredele committed Mar 2, 2014
1 parent d5ed159 commit ef7069b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lego",
"version": "0.0.0",
"version": "0.0.1",
"description": "MVVM bricks to create real time and large scale applications in a flash",
"main": "index.js",
"scripts": {
Expand All @@ -23,11 +23,11 @@
"bugs": {
"url": "https://github.com/bredele/lego/issues"
},
"browser" : {
"brick" : "brick-component"
"browser": {
"brick": "brick-component"
},
"dependencies": {
"artery": "0.0.1",
"brick-component": "0.0.3"
"brick-component": "0.0.4"
}
}

0 comments on commit ef7069b

Please sign in to comment.