Skip to content

Commit

Permalink
check files in examples directory to be jshint compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
janpieper committed Oct 23, 2013
1 parent 0473668 commit b8e1996
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/save-video-stream.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// or streaming to a ffserver

var arDrone = require('..');
var PaVEParser = require('../lib/video/PaVEParser');
var PaVEParser = require('../lib/video/PaVEParser');
var output = require('fs').createWriteStream('./vid.h264');

var video = arDrone.createClient().getVideoStream();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"main": "./index",
"scripts": {
"pretest": "node_modules/jshint/bin/jshint -c .jshintrc lib/ test/ index.js",
"pretest": "node_modules/jshint/bin/jshint -c .jshintrc examples/ lib/ test/ index.js",
"test": "node test/run.js"
},
"dependencies": {
Expand Down

0 comments on commit b8e1996

Please sign in to comment.