diff --git a/index.js b/index.js index 61ad1a1..7eb5d95 100644 --- a/index.js +++ b/index.js @@ -1,7 +1,7 @@ 'use strict' const ble = require('./lib/blootstrap') -const intval = require('intval') +const intval = require('./lib/intval') const restify = require('restify') const logger = require('winston') const fs = require('fs')