Skip to content

Commit

Permalink
add .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Leeiio committed Oct 26, 2015
1 parent 94aca58 commit 223f4e3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
node_modules
.DS_*
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
.DS_*
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Easily download all the photos from a Tumblr blog.

[![NPM](https://nodei.co/npm/tumblr-downloader.png?downloads=true&stars=true)](https://nodei.co/npm/tumblr-downloader/)

## Installation
```
npm install -g tumblr-downloader
Expand Down

0 comments on commit 223f4e3

Please sign in to comment.