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

Commit

Permalink
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -2,8 +2,7 @@
"name": "youtube-dl",
"description": "youtube-dl driver for node",
"keywords": ["youtube", "download"],
"version": "1.2.0",
"homepage": "https://github.com/fent/node-youtube-dl",
"version": "1.2.1",
"repository": {
"type": "git",
"url": "git://github.com/fent/node-youtube-dl.git"
@@ -16,7 +15,8 @@
},
"scripts": {
"install": "node ./scripts/download.js",
"update": "node ./scripts/download.js"
"update": "node ./scripts/download.js",
"test": "vows ./test/*.js --spec"
},
"devDependencies": {
"vows": ">=0.5.11"

0 comments on commit 39ecfd6

Please sign in to comment.