Skip to content

Commit

Permalink
Checked in compiled js; bumped version.
Browse files Browse the repository at this point in the history
Signed-off-by: Diwank Singh Tomer <diwank.singh@gmail.com>
  • Loading branch information
creatorrr committed Mar 28, 2013
1 parent ca982d5 commit a04520e
Show file tree
Hide file tree
Showing 4 changed files with 135 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# Custom rules
*.js
lib

# Standard node .gitignore
# (https://raw.github.com/github/gitignore/master/Node.gitignore)

Expand Down
88 changes: 88 additions & 0 deletions lib/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 44 additions & 0 deletions lib/pages.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hubot-rdio",
"version": "0.0.2",
"version": "0.0.3",
"description": "Rdio controller for hubot.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -23,5 +23,6 @@
"author": "creatorrr",
"license": "BSD",
"readmeFilename": "README.md",
"devDependencies": {}
"devDependencies": {},
"gitHead": "4af15252c96b273f1a221c6210386b581df34d45"
}

0 comments on commit a04520e

Please sign in to comment.