Skip to content

Commit

Permalink
Add keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Jun 30, 2015
1 parent 9d027b0 commit 89cc372
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.0.1 - unreleased

* Update keywords and description

## v1.0.0 - Jun 30, 2015

* Initial release.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "onmount",
"description": "Safe, reliable, idempotent and testable behaviors for DOM nodes using jQuery",
"description": "Run something when a DOM element appears and when it exits",
"main": "index.js",
"authors": [
"Rico Sta. Cruz <rico@ricostacruz.com>"
Expand Down
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
{
"name": "onmount",
"version": "1.0.0",
"description": "Safe, reliable, idempotent and testable behaviors for DOM nodes using jQuery",
"description": "Run something when a DOM element appears and when it exits",
"main": "index.js",
"keywords": [
"dom",
"enter",
"exit",
"mutation",
"mutationobserver",
"observe"
],
"scripts": {
"test": "mocha"
},
Expand Down

0 comments on commit 89cc372

Please sign in to comment.