Skip to content

Commit

Permalink
Merge pull request #1 from gmdayley/fix-missing-quote
Browse files Browse the repository at this point in the history
Fix missing quote for require
  • Loading branch information
gmdayley committed Oct 9, 2015
2 parents b09fbea + f2f6c73 commit 12302d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
/*
* Expose AWS IoT Embedded Javascript SDK modules
*/
module.exports.device = require(./device);
module.exports.thingShadow = require(./thing);
module.exports.device = require('./device');
module.exports.thingShadow = require('./thing');

0 comments on commit 12302d2

Please sign in to comment.