Skip to content

Commit

Permalink
Run babelify in strict mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
loganfsmyth committed Sep 4, 2018
1 parent 748faa1 commit 31ecb43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use strict";

var stream = require("stream");
var util = require("util");
var path = require("path");
Expand Down

0 comments on commit 31ecb43

Please sign in to comment.