Skip to content
This repository has been archived by the owner on Mar 7, 2021. It is now read-only.

Commit

Permalink
Changed gitignore to ignore node_modules everywhere, bumped version.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgiffard committed Apr 21, 2015
1 parent f20b1ea commit 336d62e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/node_modules/
node_modules
/test/queue.json
/npm-debug.log
/npm-debug.log
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "simplecrawler",
"description": "Very straigntforward web crawler. Uses EventEmitter. Generates queue statistics and has a basic cache mechanism with extensible backend.",
"version": "0.5.1",
"version": "0.5.2",
"homepage": "https://github.com/cgiffard/node-simplecrawler",
"author": "Christopher Giffard <christopher.giffard@cgiffard.com>",
"repository": {
Expand Down

3 comments on commit 336d62e

@XhmikosR
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cgiffard: can you make the releases via the GitHub interface? That way we'll have Git tags too and one will be able to see the changes between each version.

@cgiffard
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@XhmikosR I'll have a look at that tomorrow. If you're down with it, I might just make you a contributor. :)

@XhmikosR
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

As for your question, I'm not sure I have a lot more to submit at this point, maybe a few more lint/style changes so I'd say it's not needed :)

PS. In my JSHint PR, I have tweaked the examples a little bit and the tests' code about queue.json so that it works everywhere and not only *nix :P Please ping me when you are about to review that PR. It got big, I know...

Please sign in to comment.