Skip to content

Commit

Permalink
Merge pull request #188 from marcusandre/bug/component
Browse files Browse the repository at this point in the history
fix component installation bug.
  • Loading branch information
brianleroux committed Nov 28, 2013
2 parents 8c055c6 + 05a34b0 commit f9d2836
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 f9d2836

Please sign in to comment.