From 85500c63c963b037e35f227c4a4ba74962f3cb0e Mon Sep 17 00:00:00 2001 From: Romain Pamart Date: Mon, 11 Feb 2019 10:19:35 +0100 Subject: [PATCH] Fix error with devices-latest.json extension name --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index dc88a8c..b392777 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ -var data = require('./dist/devices-latest') +var data = require('./dist/devices-latest.json') var mapping = require('./mapping') module.exports.find = function(properties) {