Skip to content

Commit

Permalink
Make public. Add .gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Luce committed Oct 30, 2013
1 parent d44a533 commit b4eca8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sqsmonitor",
"version": "0.1.0",
"version": "0.2.0",
"description": "Monitor size/drain rate of an SQS queue",
"author": {
"name": "Allen Luce",
Expand All @@ -10,12 +10,10 @@
"type": "git",
"url": "git://github.com/hasallen/sqsmonitor.git"
},
"private": true,
"dependencies": {
"stdio": ">=0.1.2",
"async": ">=0.2.9",
"aws-sdk": ">=1.5.1",
"moment": ">=2.3.1",
"iniparser": ">=1.0.5"
},
"bin": {
Expand Down

0 comments on commit b4eca8d

Please sign in to comment.