Skip to content

Commit

Permalink
Merge pull request #38 from uzairfarooq/dev
Browse files Browse the repository at this point in the history
Add keywords and change npm package name
  • Loading branch information
uzairfarooq committed Oct 3, 2015
2 parents a9c7166 + 247fbb2 commit 100bf99
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,7 @@ If you want ot contribute to arrive, here is the workflow you should use:
8. Submit a pull request from your repo back to the original repository.
9. Once it is accepted, remember to pull those changes back into your develop branch!


**Keywords**

javascript, js, jquery, node.js, watch, listen, creation, dynamically, removal, new, elements, DOM, dynamic, detect, insertions, event, bind, live, livequery
13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "arrive.js",
"name": "arrive",
"version": "2.3.0",
"description": "arrive.js provides events to watch for DOM elements creation and removal. It makes use of Mutation Observers internally.",
"main": "src/arrive.js",
Expand All @@ -16,9 +16,14 @@
"keywords": [
"jquery",
"javascript",
"browser",
"library",
"js"
"js",
"watch",
"dynamic",
"creation",
"new",
"element",
"insertion",
"listen"
],
"author": "Uzair Farooq <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 100bf99

Please sign in to comment.