Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
fix: missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
pgte committed Mar 28, 2017
1 parent 0a3bbcb commit 6aa914d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli/commands/files/add.js
Expand Up @@ -8,6 +8,7 @@ const pull = require('pull-stream')
const paramap = require('pull-paramap')
const zip = require('pull-zip')
const toPull = require('stream-to-pull-stream')
const utils = require('../../utils')

const WRAPPER = 'wrapper/'

Expand Down

0 comments on commit 6aa914d

Please sign in to comment.