Skip to content

Commit

Permalink
fix(re): removed unused dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Melillo <[email protected]>
  • Loading branch information
gmelillo committed Jan 31, 2020
1 parent 0e3efce commit be33acd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/manager/helmfile/extract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import yaml from 'js-yaml';

import { logger } from '../../logger';
import { PackageFile, PackageDependency, ExtractConfig } from '../common';
import { re } from 'github-url-from-git';

const isValidChartName = (name: string): boolean => {
return name.match(/[!@#$%^&*(),.?":{}/|<>A-Z]/) === null;
Expand Down

0 comments on commit be33acd

Please sign in to comment.