1
0
mirror of synced 2025-11-08 21:07:23 +00:00

docs(examples): remove examples (no longer needed)

This commit is contained in:
Jason Dreyzehner
2018-03-12 00:42:42 -04:00
parent b1110bcd2d
commit ac57abb921
16 changed files with 8 additions and 233 deletions

View File

@@ -114,14 +114,6 @@ export async function typescriptStarter(
}
spinnerGitignore.succeed();
const spinnerNpmignore = ora('Updating .npmignore').start();
await replace({
files: join(projectPath, '.npmignore'),
from: 'examples\n',
to: ''
});
spinnerNpmignore.succeed();
const spinnerLicense = ora('Updating LICENSE').start();
await replace({
files: join(projectPath, 'LICENSE'),
@@ -133,7 +125,6 @@ export async function typescriptStarter(
const spinnerDelete = ora('Deleting unnecessary files').start();
await del([
join(projectPath, 'examples'),
join(projectPath, 'CHANGELOG.md'),
join(projectPath, 'README.md'),
join(projectPath, 'package-lock.json'),