Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Holthausen committed Jul 4, 2021
1 parent 24768fb commit 22c57ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit/src/core/make_package/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import * as fs from 'fs';
import globrex from 'globrex';
import { createRequire } from 'module';
import * as path from 'path';
import { preprocess } from 'svelte/compiler';
import { mkdirp, rimraf } from '../filesystem/index.js';
Expand Down Expand Up @@ -216,7 +217,6 @@ function write(file, contents) {
mkdirp(path.dirname(file));
fs.writeFileSync(file, contents);
}
import { createRequire } from 'module';

/**
* @param {import('types/config').ValidatedConfig} config
Expand Down

0 comments on commit 22c57ca

Please sign in to comment.