Skip to content

Commit

Permalink
style: make eslint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
hfreire committed Jun 15, 2017
1 parent 9546f64 commit 186cc0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/usr/bin/env node

/*
* Copyright (c) 2017, Hugo Freire <hugo@exec.sh>.
*
* This source code is licensed under the license found in the
* LICENSE file in the root directory of this source tree.
*/

#!/usr/bin/env node

const VERSION = process.env.VERSION
const VERSION_COMMIT = process.env.VERSION_COMMIT
const VERSION_BUILD_DATE = process.env.VERSION_BUILD_DATE
Expand Down

0 comments on commit 186cc0f

Please sign in to comment.