Skip to content

Commit

Permalink
Move shebang before Apache license
Browse files Browse the repository at this point in the history
  • Loading branch information
ludwigschubert committed Apr 6, 2018
1 parent c2cfa30 commit ed9a3f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/build.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

// Copyright 2018 The Distill Drafts Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -12,7 +14,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#!/usr/bin/env node

const fs = require('fs-extra')
const util = require('util');
const exec = util.promisify(require('child_process').exec);
Expand Down

0 comments on commit ed9a3f6

Please sign in to comment.