🎨 Improve syntax and remove current site structure

This commit is contained in:
brunosimon
2017-07-18 02:02:51 +02:00
parent c909611c8c
commit b545869813
223 changed files with 3342 additions and 26501 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
'use strict'
let Watcher = require( './watcher.class.js' ),
watcher = new Watcher()
const Watcher = require('./watcher.class.js')
const watcher = new Watcher()