Skip to content

Commit

Permalink
updated gitignore, added should.js as devDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
schaermu committed May 31, 2012
1 parent bf19cd7 commit f2aa7b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.project
node_modules
node_modules
lib-cov
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url": "http://github.com/schaermu/node-fluent-ffmpeg/issues"
},
"repository": "git://github.com/schaermu/node-fluent-ffmpeg.git",
"devDependencies": { "mocha": "latest" },
"devDependencies": { "mocha": "latest", "should": "latest" },
"dependencies": { "winston": ">=0.5.10" },
"engines" : { "node" : ">=0.4.0" },
"main": "index",
Expand Down

0 comments on commit f2aa7b8

Please sign in to comment.