Skip to content

Commit

Permalink
add indexof dep
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Aug 16, 2012
1 parent cd1ed24 commit aec115c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
build
components
5 changes: 4 additions & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
"version": "0.0.1",
"description": "Cross-browser element class list",
"keywords": ["dom", "html", "classList", "class", "ui"],
"scripts": ["index.js"]
"scripts": ["index.js"],
"dependencies": {
"component/indexof": "*"
}
}

0 comments on commit aec115c

Please sign in to comment.