🔥 Remove use strict

This commit is contained in:
brunosimon
2017-08-15 18:13:01 +02:00
parent ff4b555c64
commit 4b4977cc1b
8 changed files with 1 additions and 17 deletions
+1 -3
View File
@@ -1,5 +1,3 @@
'use strict'
// Depedencies
const chokidar = require('chokidar')
const fs = require('fs')
@@ -65,7 +63,7 @@ class Watcher
{
const _exclude = this.config.exclude[_excludeKey]
const minimatch = new Minimatch(_exclude, { dot: true })
let regex = '' + minimatch.makeRe()
regex = regex.replace('/^', '')