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

Commit

Permalink
fix: Imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ffflorian committed Jun 22, 2019
1 parent 239621e commit 08178f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/PublishFlat.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import os from 'os';
import path from 'path';
import * as os from 'os';
import * as path from 'path';

import spawnAsync from '@expo/spawn-async';
import fs from 'fs-extra';
import logdown from 'logdown';
import packlist from 'npm-packlist';
import * as fs from 'fs-extra';
import * as logdown from 'logdown';
import * as packlist from 'npm-packlist';

export interface PublishOptions {
/** Which directory to flatten (e.g. to move dist/main.js => main.js, use `dist`) */
Expand Down

0 comments on commit 08178f1

Please sign in to comment.