Skip to content
This repository has been archived by the owner on Mar 31, 2020. It is now read-only.

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnbot committed Mar 15, 2019
1 parent 1640ec6 commit 66d83b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/now.js
@@ -1,6 +1,8 @@
const execa = require('execa')

const {bin: {now: NOW_BIN_PATH}} = require('now/package.json')
const {
bin: {now: NOW_BIN_PATH}
} = require('now/package.json')
const NOW_BIN = require.resolve(`now/${NOW_BIN_PATH}`)

module.exports = function now(args = []) {
Expand Down

0 comments on commit 66d83b7

Please sign in to comment.