From 461e50f11f9277eb1157669fb6c247b628d17a4d Mon Sep 17 00:00:00 2001 From: Mario Nebl Date: Sun, 14 Feb 2016 15:06:10 +0100 Subject: [PATCH] fix: add missing shebang --- source/cli.js | 1 + 1 file changed, 1 insertion(+) diff --git a/source/cli.js b/source/cli.js index 68d4a0208b..fc79687ae1 100644 --- a/source/cli.js +++ b/source/cli.js @@ -1,3 +1,4 @@ +#!/usr/bin/env node // polyfills import 'babel-polyfill';