add shebang to authorize.js

This commit is contained in:
Jonathan Lipps
2013-06-14 17:17:00 -07:00
parent a0a8155f0c
commit 201445cfed
+1
View File
@@ -1,3 +1,4 @@
#!/usr/bin/env node
"use strict";
var authorize = require('../grunt-helpers.js').authorize;