From c17a490708d4a3f30ab9335654f1b853719f971a Mon Sep 17 00:00:00 2001 From: Amir Jafarian Date: Thu, 25 Aug 2016 09:49:02 -0400 Subject: [PATCH] Fix CI introduced by `use strict` --- lib/datasource.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/datasource.js b/lib/datasource.js index 53a882b8..08366d43 100644 --- a/lib/datasource.js +++ b/lib/datasource.js @@ -3,8 +3,6 @@ // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT -'use strict'; - /*! * Module dependencies */