Skip to content

Commit

Permalink
fix component bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus André committed Nov 28, 2013
1 parent 8c055c6 commit 05a34b0
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions component.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
{
"name": "lawnchair",
"repo": "brianleroux/lawnchair",
"description": "A lightweight, adaptive, simple and elegant persistence solution.",
"version": "0.6.3",
"repository": {
"type": "git",
"url": "https://github.com/brianleroux/lawnchair.git"
}
}
"main": "src/Lawnchair.js",
"scripts": [
"src/Lawnchair.js"
],
"keywords": [
"lawnchair",
"adaptive",
"persistence",
"collections"
],
"dependencies": {},
"development": {},
"license": "MIT"
}

0 comments on commit 05a34b0

Please sign in to comment.