Skip to content

Commit

Permalink
companion: rename uppy file -> companion
Browse files Browse the repository at this point in the history
  • Loading branch information
ifedapoolarewaju committed Jul 29, 2019
1 parent b6085ed commit 6559f95
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/@uppy/companion/src/standalone/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const express = require('express')
const qs = require('querystring')
const uppy = require('../uppy')
const uppy = require('../companion')
const helmet = require('helmet')
const morgan = require('morgan')
const bodyParser = require('body-parser')
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/companion/src/standalone/start-server.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
const uppy = require('../uppy')
const uppy = require('../companion')
// @ts-ignore
const { version } = require('../../package.json')
const { app } = require('.')
Expand Down

0 comments on commit 6559f95

Please sign in to comment.