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 <gabriel@melillo.me>
  • Loading branch information
gmelillo committed Feb 1, 2020
1 parent 0a49e6f commit 3d4a470
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 3d4a470

Please sign in to comment.