Skip to content

Commit

Permalink
fix: export of numberToLabel
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Aug 17, 2020
1 parent 24afe03 commit 06c6acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ module.exports = {
createCompactLog: require('./creator/createCompactLog'),
DevicesInfo: require('legoino-device-information'),
labelToNumber: require('./util/labelToNumber'),
numberToLabel: require('./util/labelToNumber'),
numberToLabel: require('./util/numberToLabel'),
};

0 comments on commit 06c6acf

Please sign in to comment.