commit ef7ed44bbe51b041b45f04ccb87f70a692b28076
parent aea121da4d8bb40e41d08380db402bd239be444e
Author: Frederic Cambus <fred@statdns.com>
Date: Tue, 25 Oct 2016 09:26:04 +0200
Linting
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.js b/index.js
@@ -1,3 +1,3 @@
-'use strict'
+'use strict';
module.exports = require('./lib/alexarank');
diff --git a/lib/alexarank.js b/lib/alexarank.js
@@ -1,4 +1,4 @@
-'use strict'
+'use strict';
/*****************************************************************************/
/* */