Skip to content

Commit

Permalink
feat(deploy-list): adds mime/types/*.types to includes
Browse files Browse the repository at this point in the history
  • Loading branch information
HipsterBrown committed Jan 15, 2016
1 parent c0a73d8 commit 1b58dab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/tessel/deploy-lists.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
includes: [
'negotiator/**/*.js',
'socket.io-client/socket.io.js'
'socket.io-client/socket.io.js',
'mime/types/*.types'
]
};

0 comments on commit 1b58dab

Please sign in to comment.