From cb959f33d610718dbad5cffb79e3b9091253ece4 Mon Sep 17 00:00:00 2001 From: Michelle Tilley Date: Tue, 1 Nov 2016 09:55:37 -0700 Subject: [PATCH] :shirt: --- src/package-transpilation-registry.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package-transpilation-registry.js b/src/package-transpilation-registry.js index 7923711c3..46509807f 100644 --- a/src/package-transpilation-registry.js +++ b/src/package-transpilation-registry.js @@ -1,4 +1,4 @@ -"use strict" +'use strict' // This file is required by compile-cache, which is required directly from // apm, so it can only use the subset of newer JavaScript features that apm's // version of Node supports. Strict mode is required for block scoped declarations.