Skip to content

Commit

Permalink
chore: add relative require
Browse files Browse the repository at this point in the history
  • Loading branch information
boennemann committed Feb 17, 2017
1 parent f9d219c commit 47d8d88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

const exec = require('child_process').execSync

const relative = require('require-relative')

const pkg = relative('./package.json')

const env = process.env
Expand Down

0 comments on commit 47d8d88

Please sign in to comment.