Skip to content

Commit

Permalink
fix: replace Fetch with Finda
Browse files Browse the repository at this point in the history
  • Loading branch information
seantrane committed Nov 7, 2018
1 parent f71f2df commit d15057c
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 581 deletions.
11 changes: 11 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"date-fns": "^1.29.0",
"empty-dir": "^1.0.0",
"figlet": "^1.2.0",
"finda": "^1.0.3",
"generator-license": "^5.4.0",
"marked": "^0.4.0",
"parse-git-config": "^2.0.3",
Expand Down
1 change: 0 additions & 1 deletion src/app/app.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import * as helpers from 'yeoman-test';
import { RepoGenerator } from './';

// Ensure other unit tests are run first:
require('../shared/yo-repo-fetch.spec');
require('../shared/yo-repo-prompts.spec');
require('../ci/ci.spec');
require('../contributing/contributing.spec');
Expand Down
242 changes: 0 additions & 242 deletions src/shared/yo-repo-fetch.spec.ts

This file was deleted.

Loading

0 comments on commit d15057c

Please sign in to comment.