Skip to content

Commit

Permalink
nit: formatting auto-fix
Browse files Browse the repository at this point in the history
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
  • Loading branch information
rwaldron committed Jun 21, 2017
1 parent 85a994a commit d06d1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tessel/deployment/javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ exportables.tarBundle = function(options) {
// Setup for detecting "overlooked" assets (files, directories, etc.)
var common = [
'node_modules', 'package.json',
'.tesselinclude' ,'.tesselignore',
'.tesselinclude', '.tesselignore',
options.resolvedEntryPoint
];
// These will be compared against the dependency graph
Expand Down

0 comments on commit d06d1b7

Please sign in to comment.