Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
fix - youtube-dl incorrect download
Browse files Browse the repository at this point in the history
it looks like `bin/version` is included in the published `npm package.tgz`. This is reporting incorrect `Already up to date xxxx.xx.xx` during `npm install youtube-dl` while `bin\youtube-dl` still contains old version `2012.02.27`
  • Loading branch information
przemyslawpluta committed Feb 15, 2014
1 parent 19ccc54 commit 8c439b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
*.webm
node_modules
test
bin/version

0 comments on commit 8c439b1

Please sign in to comment.