ESlint strict

This commit is contained in:
Peter Jaszkowiak
2017-02-18 02:23:47 -07:00
parent a038c66549
commit f3a8256f35
17 changed files with 154 additions and 135 deletions

View File

@@ -1,7 +1,6 @@
'use strict';
(function (exports) {
'use strict';
// export the class if we are in a Node-like system.
if (typeof module === 'object' && module.exports === exports) {
exports = module.exports/* = SemVer*/;