Skip to content

Commit

Permalink
wait to create separate file for essential_files until there's more t…
Browse files Browse the repository at this point in the history
…o put there
  • Loading branch information
benmccann committed Jul 9, 2021
1 parent 5e1e0fe commit 0cfaf18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/kit/src/core/make_package/essential_files.js

This file was deleted.

3 changes: 2 additions & 1 deletion packages/kit/src/core/make_package/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import { createRequire } from 'module';
import * as path from 'path';
import { preprocess } from 'svelte/compiler';
import { mkdirp, rimraf } from '../filesystem/index.js';
import essential_files from './essential_files.js';

const essential_files = ['README', 'LICENSE', 'CHANGELOG', '.gitignore', '.npmignore'];

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

0 comments on commit 0cfaf18

Please sign in to comment.