Skip to content

Commit

Permalink
Version Component's manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
djanowski committed Jan 25, 2013
1 parent f63f8b2 commit c165396
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
*.swp
node_modules
/build
/component.json
9 changes: 9 additions & 0 deletions component.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "bean"
, "description": "A small, fast, framework-agnostic event manager"
, "version": "1.0.2"
, "keywords": [ "ender", "events", "event", "dom" ]
, "main": "bean.js"
, "scripts": ["bean.js"]
, "repo": "https://github.com/fat/bean"
}

0 comments on commit c165396

Please sign in to comment.