refactor: remove not used file

This commit is contained in:
zkochan
2017-02-16 00:03:45 +02:00
parent 3b6ceaaebd
commit c170f798ae

View File

@@ -1,3 +0,0 @@
import {basename} from 'path'
export default (tarballPath: string) => basename(tarballPath).replace(/(\.tgz|\.tar\.gz)$/i, '')