diff --git a/babelcheck.js b/babelcheck.js index 46098e0979..89f5cac554 100644 --- a/babelcheck.js +++ b/babelcheck.js @@ -1,3 +1,5 @@ +#!/usr/bin/env node + var exec = require('child_process').exec; // Makes sure the babel executable in the path is babel 6 (or greater), not