diff --git a/babelcheck.js b/babelcheck.js index 79648b45c0..14e4a28a70 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