Skip to content

Commit

Permalink
Actually expose 'transform' function
Browse files Browse the repository at this point in the history
  • Loading branch information
mddub committed Oct 16, 2015
1 parent 72b33e8 commit 386d99b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
carelink: require('./carelink'),
nightscout: require('./nightscout')
nightscout: require('./nightscout'),
transform: require('./transform')
};

0 comments on commit 386d99b

Please sign in to comment.