Skip to content

Commit

Permalink
fixup! refactor(es2015): use const & let instead of var
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Abramov committed Nov 11, 2017
1 parent 2644ad7 commit b5dd82c
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';

const vm = require('vm');
const path = require('path');
const Module = require('module');
Expand Down

0 comments on commit b5dd82c

Please sign in to comment.