Update dependencies 🚀

This commit is contained in:
syuilo
2019-03-13 09:19:48 +09:00
parent 7537fb88d4
commit 00a3fe39e8
2 changed files with 21 additions and 22 deletions

View File

@ -1,5 +1,5 @@
import * as fs from 'fs';
import * as isSvg from 'is-svg';
import isSvg from 'is-svg';
export default function(path: string) {
try {